| Thread | Last Post | Replies |
|
| Fields in form not working | 30 Jan 2007 01:59 GMT | 1 |
I've created a data entry form that inserts information into several different tables. I have found that several different fields within the form will not let me type anything in them. Some fields are working and some are not. I have checked to make sure that Additions and ...
|
| Why do I get this message? | 30 Jan 2007 01:57 GMT | 1 |
Periodically, I'll inadvertantly get asked if I want to save changes to one particular form, even though I have been making design changes to a totally unrealated form. It's always the same one, and never occurs referencing any other forms. What would cause this?
|
| requery after insert new record into a multipage form | 30 Jan 2007 01:37 GMT | 2 |
I have a multipage form that I use to input information on students, look up test scores, etc. I am using a popup form to add new students. On adding a new student, the code inserts a new primary ID and I insert the student's first and
|
| Textbox format question | 29 Jan 2007 23:46 GMT | 1 |
Is there an easy way to VERTICALLY center a line of text in a text box?
 Signature Thanks Sophie
|
| Combo boxes | 29 Jan 2007 23:42 GMT | 3 |
I have a combo box with a unique ID number e.g. 1, 2 etc and I want access to then relate this to a person and put this information into 2 text boxes - first and last names. Cannot figure out how to do this!!
|
| Basing subform combo box on mainform combo box | 29 Jan 2007 22:11 GMT | 1 |
I have a form [A] and a subform [C]. I want to have the user select the company name in the parent form and then make all choices in the subform's combo box limited to those applicable to that company. I also want the choices to be limited to payment with Cash. I tried the ...
|
| Error message | 29 Jan 2007 20:59 GMT | 1 |
I am using Access 2003. I was given a previously created Database to make a few minor changes and to get rid of an error code that keeps popping up. When you click on a "search" command button (created by the originator of the Db) we get the following
|
| Filtering a List | 29 Jan 2007 20:56 GMT | 3 |
I have created a list box (of students A-Z) linked to a query that refreshes on KeyUp. This effectively reduces the list based on what letter (or 2 letters with fast fingers) that I type into a field I use as a filter. How can I modify that filter so that I can type more letters ...
|
| Parameter Value?? | 29 Jan 2007 20:12 GMT | 10 |
I have an unbound form that I am using for a switchboard with a combo box "Combo32". There is another combo box "Combo8" that holds tech names. I have a list box that will populate jobs based on tech name in Combo8. To keep users on direct path, I have entered code for list box ...
|
| Non Editable Form With List box | 29 Jan 2007 19:58 GMT | 2 |
I have a form with a list box to find and display info from a table. I’d like to have the form “not” editable unless a button is clicked to allow editing. But, I would like to be able to select another record from the list box to view the data without having to click the "allow ...
|
| AUTOMATIC DATE/VALUE QUESTION... | 29 Jan 2007 18:09 GMT | 3 |
I have my form set to insert the current date for each new record. I also have a combo box from which users must manually select an assigned letter that corresponds to each month: JAN = A
|
| Printing Forms with multiple tabs | 29 Jan 2007 17:45 GMT | 3 |
I've created a form to enter survey data, it is nine pages long. When I try to print the form, it only prints the first page of each record. How can I print out all nine pages for each record as it is completed?
|
| Using Mid function | 29 Jan 2007 17:27 GMT | 3 |
I don't know why I'm having problems with this function. Here's what I want to do. I have a variable called VCDivision it can contain up to 3 characters example L1, LS1, L2, LS2 if the variable contains the L1 and it is required to be changed to an Lx where x = a number from 2 - ...
|
| Saving of hidden columns | 29 Jan 2007 16:58 GMT | 1 |
Access 2000 I have a form with a subform. certain columns on the subform are hidden. I want the user to be able to hide/unhide columns and that selection be saved when the user opens the application the next time. This works with a MDB but
|
| Form opens based on unique ID | 29 Jan 2007 16:50 GMT | 2 |
I'm developing a database that is being used by multiple departments. When the database is launched, the end-users are required to enter their agent id # in the login screen, which is unique to the department they are with. Here is my problem:
|