| Thread | Last Post | Replies |
|
| Modify existing Option Group structure? | 26 Oct 2007 17:28 GMT | 4 |
I used the Option Group Wizard to create a customer satisfaction record page with 4 ratings from Excellent to Poor, scoring 4 to 1 respectively. There's an underlying table to store the scores, and a query to report upon them.
|
| Refresh Subform2 Query when Subform1 Control Changes | 26 Oct 2007 16:45 GMT | 2 |
I've got a "MainForm" with a tab control. On one page of the tab control I have "Subform1" which has a control named "txtBox' tied to a table. On another page I have another "Subform2" which has inside of it a "Subform3" that relies on that "txtBox" from "Subform1". I want
|
| change table data depending on a check box | 26 Oct 2007 15:47 GMT | 7 |
Ok, here's what I want to do. In a setup table I have different options that the user can check Yes/No, there is a Events table that has all the events entered. When a user checks one or more of the options in the setup table I want only certain Events to show up in the events ...
|
| Changing Yes/no box to combo box | 26 Oct 2007 15:37 GMT | 2 |
I have a table that contains a field that is the data type Yes/no. Instead of having the traditional checkbox I am opting for the combo box. I have changed the display control to Combo box however when i go to add this to my form it does not have a drop down with yes or no....I ...
|
| Adding new field to report | 26 Oct 2007 15:27 GMT | 1 |
Hi again everybody, I am updating a report by adding a field to it that is tied to a text field on a table. I have two problems that are occuring. 1. When I run the report a prompt pops up that is labeled "Enter Parameter
|
| Can VBA open a form in an already open database? | 26 Oct 2007 15:27 GMT | 4 |
I am able to use the OpenCurrentDatabse method to open a new instance of an existing database and then open a form within that database. However, if the database I am interested in is already open, is there a way to open a form in the existing instance of that (already open)
|
| form question | 26 Oct 2007 15:16 GMT | 6 |
I have two forms in a database. One is a contact details form (name, address, phone, email etc.). The other form has a subform with a drop down that allows you to choose names that have been entered into the contact details form. I want to be able to enter a name into the contact ...
|
| Calendar for work program | 26 Oct 2007 10:18 GMT | 1 |
I would like to create a form that has the months shown for example in a grid - and within the grid, a combo box that has the different tasks that needs to be done during that month. Is that possible to do-
|
| subform - new record entry | 25 Oct 2007 23:58 GMT | 3 |
i have a form called clients and a subform called history. the subform is continuous and shows the previous 6 records. when i want to add a new record to the subform i click on the >* and type away as usual. my question is : is it possible to have the new record >* at the top of ...
|
| Combo boxes malfunctioning | 25 Oct 2007 23:27 GMT | 2 |
I have an Access 2003 application that has worked well for a number of years. Recently, some of the combo boxes are not working properly. They are multi column drop down lists but only the last column displays the data; The other columns are blank. If you look at the
|
| Linking Form to Table | 25 Oct 2007 20:44 GMT | 3 |
Hi everybody, I would like to know how to get a new textbox I created in a form to to allow the user to type data into the form and have it saved into a table for record keeping.
|
| Auto Center with 2 forms | 25 Oct 2007 20:25 GMT | 1 |
I have two modal popup forms, both with Auto Resize and Auto Center set to yes. The second form is an exact copy of the first, just with some buttons changed etc and is opened by a button on the first form. The idea is when it
|
| dynamically assigned array / user defined grid | 25 Oct 2007 20:25 GMT | 4 |
I wish to do the following : enter a new number or get a number from stored data (can do this bit!!!) - then use this number to create a table of that size to be displayed on the form (so can enter data into it).
|
| address book amendable as required | 25 Oct 2007 16:45 GMT | 1 |
I would like the facility in WORD to create my own address book, on a suitable format template, so that any amendments can be typed in and reprinted, replacing the amended page in a book.
|
| Command Button in Datasheet View | 25 Oct 2007 16:32 GMT | 3 |
Hi Folks - I'd like to display a list of records in datasheet view. One of the fields is a checkbox. I'd like users to select the records to print, then click a command button that runs a report. I thought a form in datasheet view with a command button in the form header would ...
|