| Thread | Last Post | Replies |
|
| How to link data in one form to another form? | 20 Jun 2006 16:59 GMT | 3 |
Alright, so here is the problem: I have several tables linked to specific forms to ease data entry. The forms are made to be filled out one after another: Project Info -> Client Info -> Governing Agency, etc. In each form there are fields
|
| NorthWind Question | 20 Jun 2006 16:00 GMT | 7 |
I'm probably missing something really obvious here but I am trying to copy the way the orders form and subform combine to create a total on the orders form. Looking at the orders sub form In would expect the Extended price to be
|
| BeforeUpdate event issue | 20 Jun 2006 15:52 GMT | 7 |
I have a form that is used for data entry into my underlying table. I have AllowAdditions turned ON as well as Yes to Data Entry in the form properties. I am using the BeforeUpdate event so that the user can click OK or Cancel to save or undo any changes made on a new record:
|
| How to stop mouse scroll to new record? | 20 Jun 2006 15:51 GMT | 2 |
I have a form used for data entry and have the Cycle property set to Current Record, because I would like the user to be only able to enter date for one record before they must click a cmd button to cancel&exit, or save&exit. I do not want the user to have the ability to enter more
|
| Problems entering info into a form | 20 Jun 2006 15:40 GMT | 4 |
I have a command button linked to a form that holds the name, date, title and trainer of all our training classes (frmCourse). I have another command button linked to to another form (frmBannerRespondent2) where I enter information applicable to the class itself (date, course ...
|
| after designing form I can't see it in form view | 20 Jun 2006 14:55 GMT | 1 |
after designing form I can't see it in form view
|
| Drop Down List | 20 Jun 2006 14:32 GMT | 4 |
Why is it that some drop down lists allow you to start typing the word you are looking for (if you don't want to scroll through the list) and it will finish it off for you giving suggestions the more letters you type, others dd lists will only allow you to type the first letter?
|
| Make datasheet column layout persistent | 20 Jun 2006 13:54 GMT | 9 |
I want the user to be able to rearrange, (un)hide or enlarge columns of a datasheet view. I want the layout to be persistent that is, the user should find his new layout next time he uses the application (Access 2000 MDE). The ability to rearrange the columns is a powerful UI ...
|
| Internet Photo on Form | 20 Jun 2006 13:21 GMT | 2 |
Is there a way to insert an image from the Internet onto an Access 2003 form? Here's the background: I need to place employee photos onto a form that displays information
|
| linking forms | 20 Jun 2006 09:20 GMT | 1 |
i am wanting to create a form that allows me to make some options before entering in using an option group. for example i want to first find a name then i want to find a task for that person from a range of options. within that task i then want to be able to enter data from a ...
|
| Menubars and commandbars | 20 Jun 2006 08:47 GMT | 1 |
Need for icons available. Also to have the ability to copy a menubar would be great so that you don't have to rebuild a similar one. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the
|
| help with Control source | 20 Jun 2006 06:44 GMT | 2 |
I don't know if "control source problem" is the right way to call it... anyway: I am trying to build a form for entering a code divided in 2 parts (like "xxx-xxxxx", where x is a digit). The 3 digits on the left
|
| Combo Parameter | 20 Jun 2006 04:23 GMT | 10 |
I tried to filter the "Date" date range in a subform with vbs but I was unable to get it to work, so now Im trying to use a combo box in a qry that the subform is made from. I created a table with the "Name" (as key) and a column with the "Parameter" parameter code, I made sure ...
|
| Subform LinkMasterFields Problem. | 20 Jun 2006 02:29 GMT | 3 |
Hi, when i try to enter values into my subform, i am hit with this error: "The LinkMasterFields property setting has produced this error: "Member already exists in an object module from which this object module derives."" What does this mean?
|
| Changing forecolor in selected subform records | 20 Jun 2006 01:58 GMT | 1 |
I am looking for a way to highlight certain records showing in a subform. Something like this. If clientID = "377" then clientid.forecolor = 255 else
|