| Thread | Last Post | Replies |
|
| Check boxes | 15 Apr 2008 16:38 GMT | 3 |
I have check boxes on a form. When I check a box, save the form, close the form and then re-open the check is not present anymore. Also, when i check a box and then go to a new record, the checks follow. If I edit the check on the new record, they are edited on the previour ...
|
| Photos and subforms | 15 Apr 2008 16:13 GMT | 6 |
I have a main form with individuals info. The subform contains christmas ornaments - in datasheet view -which belong to the indvidual on main form. I have a form that links a jpeg photo of the ornament. I can make the photo form a subform but it is linked only to main form.
|
| Add a record in VBA | 15 Apr 2008 15:40 GMT | 4 |
I have a form that has a combination of several unbound fields : Staff Name, Date, Category, Hours. When the "Hours" field gets updated I want code to run that will take the current data in the staff name, date, category and hours fields and put it in
|
| creating a Combo box in a form | 15 Apr 2008 15:03 GMT | 2 |
I have a table named tblAgency with 2 fields in it. AgencyAbbrev (primary key), and AgencyName. In my form I have created a combo box (via wizard) selecting the AgencyAbbrev in from my tblAgency.
|
| Report name on Report | 15 Apr 2008 11:35 GMT | 2 |
Can anyone tell me how to include the report name on the report (in the footer). I would like this to be picked up from the report using code if possible so I don't have to enter the name of each report manually. Any help would be appreciated.
|
| Display first value of the combo box | 15 Apr 2008 09:22 GMT | 1 |
hi, i have a question about the combo box. I have make two combo box in a subform. one is choose the part. the second is the price. now i wanna when i choose the part, if the part just have one price, then i want the price which is in the second combo box will directly show me ...
|
| Placing a Command Button or Text Box on the tab control | 15 Apr 2008 09:07 GMT | 1 |
Is there a way to put a Command Button and a text box in the area to the right of the tabs on a tab control. The command button and the Customer ID text box wiuld look better in that area on the form. Thanks
|
| Error with Combobox and Row Source | 15 Apr 2008 08:15 GMT | 1 |
Hi. I developed an application in Access 2000 and moved to 2003, and I am having trouble with comboboxes now. The combobox rowsource references a simple SQL query with two tables linked via primary key. The query, when I open it from the Database Window, displays correctly. ...
|
| Updating table from subform | 15 Apr 2008 07:24 GMT | 4 |
I have a subform were I enter dates that people have been trained in working instructions, these instructions are linked to positions held. The problem arises when I link more than one person to a position and hence a work instruction. When I enter a date in the subform for a ...
|
| Data in list boxes disappears when form refreshed | 15 Apr 2008 06:31 GMT | 3 |
I have two combo boxes and two list boxes on a form. Each combo box has a RefreshPage Macro run command on it. I have an query linked to each list box that uses the combo box data as a filter to return the correct value to the list box.
|
| Code for Tabs on a Form | 15 Apr 2008 04:32 GMT | 1 |
I created a page on my form (using Tab Control from the toolbox) called Maintenance Users Only. I set the visible property for that page to NO. From another page on the form I have a command button that when clicked runs an Inputbox to ask the user for a password. If the user ...
|
| Please help - urgent | 15 Apr 2008 03:00 GMT | 3 |
I have the following table where carrier field is empty Ost Ocity Dstate Dcity Region Carrier A B C Dcity MW E F G H East
|
| Subforms and command buttons | 15 Apr 2008 02:58 GMT | 3 |
Is it possible to access all your subforms through command buttons from the main form? Or is this not something which is normally done?
|
| Enabling Multiple Controls | 15 Apr 2008 02:54 GMT | 6 |
Hello All, Is there a way to enable and disable all controls on a form via VBA? Thanks, Rob
|
| Form not displaying fields when query empty | 15 Apr 2008 00:45 GMT | 2 |
Hey All, I have an issue with a query-based form. The query has a parameter in it, and my issue is that when the query returns with an empty dataset, the form doesn't display at all, only the Form header displays but everything in the
|