| Thread | Last Post | Replies |
|
| Text Box with Memo Capability? | 02 Jun 2005 20:06 GMT | 13 |
I have a form with a Text Box without a Control Source. When closing this form, I post the information in the Text Box to a Memo field in a table. The problem is that there appears to be a 512 character limitation. Is there any way to set a Text Box as Type = Memo?
|
| Creating a Subform with a drop down list. | 02 Jun 2005 20:05 GMT | 2 |
I want to create a subform that has a combo box with a drop down list from a table of 8 Items. Carpentry Electronics
|
| Limiting the contents of one list based on another | 02 Jun 2005 19:26 GMT | 4 |
I have created two combo boxes that limits the contents of a combo box based on the selection in another combo box. These combo boxes are in the Form header and are unbound. The information is then displayed in the detail section of the form. When I open the form and select ...
|
| combo boxes | 02 Jun 2005 19:08 GMT | 9 |
Developing a form with combo boxes for a medical document. When i click on the arrow it will list all options (left to right) and they are all highlighted. No matter what choice I make the first option is always placed in the box. Can't figure this out, this is my first DB. Any ...
|
| combo box dilemma | 02 Jun 2005 18:31 GMT | 1 |
I have a subform in datasheet view. One of the fields pulls from a combo box based on a table. The list is getting to be beyond 200, which takes forever to scroll through. Because there are a limited number of what I'll call "categories", I created a cascading combo box. It ...
|
| Help - More Tables/Fields Than Space | 02 Jun 2005 18:26 GMT | 3 |
I need some creative help. I am building a form for tracking job information. This form will track the items that are needed for each phase, the cost of each item, the quantity of that item, and the total amount spent on that item (cost * qty = total). I have 3 phases. Each ...
|
| Strange behavior when clicking a button | 02 Jun 2005 17:55 GMT | 1 |
I have a form with a button that performs a file import using VBA code. When first opening the application and clicking the "Import" button, the code stops at a line of the procedure even though there is no break point. After pressing F5, code proceeds as expected until ...
|
| Auto Update | 02 Jun 2005 17:50 GMT | 1 |
I have a table with customer address data. I would like to create a form where a person can enter the amount of letters they would like to mail out, say 200. Is there a way I could do that and have the table update so the next time we want to send letters the next batch of ...
|
| would like to selected up to three options from an option group | 02 Jun 2005 16:56 GMT | 4 |
I have created an option box and would like to select three of the options listed in the option box, and can't get it to work, can this be done? Thanks,
|
| Application opens up in Debug mode | 02 Jun 2005 16:21 GMT | 8 |
Has anyone seen this? We have an Access 2003 application that seems to have a "phantom breakpoint." Open a particular form and you find yourself in Debug mode (with the yellow arrow on the left margin indicating what line is executing next). Click "continue" and the application ...
|
| AutoNumber - Start at number larger than 1 | 02 Jun 2005 15:40 GMT | 2 |
I have a data entry form for project management. Each project has a unique ID number called PID which i want auto-assigned. But I want to start my PIDs at 1000 vs. 1 for several reasons. Any idea how to? Thanks in advance for assistance.
|
| how to "select all" filtered recordset???? | 02 Jun 2005 15:14 GMT | 1 |
I've created a continuous form which is based on a straightforward table (ex - customers - 100 records). On the form there is a checkbox with a control source named "MARK" (boolean) from customer table. I can check and uncheck individual records fine. Then I created 2 command ...
|
| convert yes/no values to text | 02 Jun 2005 14:57 GMT | 13 |
Sorry if this has been covered before. I found a few postings, but non that matched what I need. I have a form with an option group for "new_client" that the user can select yes or no.
|
| Sizing my Form | 02 Jun 2005 12:24 GMT | 2 |
How do I get my form to open up so it shows everything no matter which computer it is displayed on? I have tried AutoResize and it did nothing.
|
| Have an option to enter data in a field or auto populate | 02 Jun 2005 11:27 GMT | 3 |
I have a form with a yes/no check box where I need the following conditions: If checked (yes), then have it automatically populate the field based on a caculation from 2 fields, and if uncheckd (no), then have it remain blank and allow me to enter a manual number (per cent). It ...
|