| Thread | Last Post | Replies |
|
| List Boxes -Help | 21 Oct 2007 16:32 GMT | 5 |
I am trying to create linked list boxes but I am having a little difficulty.. I have the following piece of code on he load form with popluates list0 with room conditions this is fine.
|
| Importing objects in new db fails partly | 21 Oct 2007 16:05 GMT | 4 |
I have the following peculiar problem. When I import my database objects into a new database there are some forms which are not imported complete. The import completes without errors. Those 'problem' forms are visible in the database window, and the VBA code
|
| Multi-record tabbed subform question | 21 Oct 2007 09:44 GMT | 1 |
I have seen alot of posts in regards to this question and I am not understanding how to fix the problem I am having. I have a main form that returns anywhere from 1 to 6 rows of information based on a date. I have created a tabbed subform. The tabbed subform has 6 tabs, one ...
|
| synchronise fields | 21 Oct 2007 09:32 GMT | 1 |
I have a table 'vehicle details' consisting of 2 fields 1 Fleet Number 2 Registration Number In a form I have 2 combo boxes for the above and what I would like to do is
|
| Linking two subforms together. | 20 Oct 2007 23:18 GMT | 3 |
I have a FormMain and two subforms on this Sub1 & Sub2. Sub1 and Sub2 each contain the same field in their records.
|
| how do i synchronize more than 20 Combo Box in a form? | 20 Oct 2007 14:52 GMT | 5 |
I have many fileds in a form, and i would like to make the combo box in relation with each other, so that i can click on a combo box, to chose one field value then i would filter the form based the that field value. then pass to the next combo box and the list of the combo would ...
|
| Client Form | 20 Oct 2007 13:30 GMT | 1 |
I have a form that I need to set up that has three drop down lists. One is a list of company social workers, one is a list of county social workers and one is a list of foster homes. I have setup tables for each of these. I have built relationships to the client table but when I ...
|
| Disabling fields in a continous forms | 20 Oct 2007 12:16 GMT | 2 |
I have a continous sub form on a page. I want to have it so that when a certain value is picked on a combobox field that the other fields are disabled. Is there any way to have that particular record have its field disabled and have all the other records on the continuous form ...
|
| Missing Toolbar | 20 Oct 2007 12:02 GMT | 9 |
In a multiuser setting on split db, one user has "lost" the db toolbar. Yesterday, the toolbar was available and this morning when logging in to db and opening form, the toolbar was missing. In startup, "Allow Built-In Toolbars" is checked.
|
| combo box, how to limit to client table | 19 Oct 2007 23:39 GMT | 1 |
I have the following tables: CLIENT, EMPLOYEE, OFFICE LOCATION. I have a one to many relationship with the client> employee and client>office location. Now i can associate all the clients employees as well as the clients locations. On my employee form i would like to have a drop ...
|
| Count of Weekdays Between Two Dates | 19 Oct 2007 22:45 GMT | 3 |
Task: With a given start date and end date, print a list of Months showing a count of weekdays and weekend days in each. It seemed like such a simple request... but how to get
|
| display true text instead of option value on continous form | 19 Oct 2007 22:31 GMT | 3 |
I have a table - TableA and a form FormA. I have opted the use the option group(s) on Form A for ease of data entry. The option group is bound to a field in TableA. I am creating a second form FormB (a continuous form) and I would like to display the true text instead of the ...
|
| Close and move record | 19 Oct 2007 22:16 GMT | 3 |
I would like to a move record from my main table/form once that person's file has been completed and store it in a closed table. How do I do this (if it can be done)? I was hoping that it can be done utiling a check box on the form where I
|
| Code for Checkbox and Listbox | 19 Oct 2007 19:17 GMT | 7 |
I am creating a database for another manager and am trying to figure out the proper code for a scenerio. I have checkbox1 and list38. I would like the list38 only be enabled if checkbox1 is checked off. I know the code would start something like this:
|
| Screen goes white when opening a form | 19 Oct 2007 18:58 GMT | 3 |
I have a mainform in Access 2003 that has buttons to open other forms or reports. Sometimes when I click on a button the whole screen goes white for awhile then the form opens normally. This just started happening after using my program for many years. Any ideas why this ...
|