| Thread | Last Post | Replies |
|
| Cascading Combo Box BIG issue | 24 Aug 2007 07:36 GMT | 11 |
I have a table for some products tblErmax Mark Type
|
| Clear the contents of a field when form is opened (Access 2003) | 23 Aug 2007 23:06 GMT | 4 |
I have an application that when a user double clicks on a record in a search form, a new form is opend read only (acFormReadOnly). If a user wants to edit the record, I have a commend button which opens another version of the form and closes the read only version. When this new ...
|
| Previous Records Lost? | 23 Aug 2007 22:17 GMT | 2 |
When I enter data into the form, it feeds into several tables. When I close the database and reopen it, the data is saved in the tables, but previous records do not appear on the form. The data entry setting is "NO," so I don't understand what else could be the
|
| Tabs question | 23 Aug 2007 22:13 GMT | 4 |
Access 2003 can the font, font size and/or color of the"tabs" on a tab controm be manipulated? if so - how?
|
| Filter form on multiple combos with "between" Date Range | 23 Aug 2007 22:13 GMT | 3 |
I have a form format that I am using for a number of reports. Each time I get it working (with help from folks on this forum!) the client adds another parameter. :-/ The form filters a report.
|
| Fill out name fields if record exists | 23 Aug 2007 22:12 GMT | 10 |
I have a form for entering patients referral details for patients at my hospital. A patient can have many referrals and I have a number of subforms on the main form to capture various clinical details of the patients referrals to hospital. I have the patient's unique ID as my ...
|
| Emailing with multiple attachments. | 23 Aug 2007 20:18 GMT | 1 |
Currently I am writing data to a table based on an Excel file (name could be anything), then changing the name of the file to show the date, based on the date given in the file, and then moving it to a designated project folder, based on the project number listed in the file, and ...
|
| Running Average excluding 0's | 23 Aug 2007 20:08 GMT | 8 |
I have a subform that has several calculated values, the last of which is the difference. [txtOldNum]=cboBMNUM.column(3) [NewNum1] is bound
|
| search query from a button in a form | 23 Aug 2007 17:44 GMT | 6 |
I have created a button in a form that will be used to search from a table. I have three different queries made to search from that table. When I push the button to run the macro which in turn runs the 3 individual queries, it just creates the results in 3 individual windows. ...
|
| Cannot delete checkboxes from form | 23 Aug 2007 17:30 GMT | 1 |
My forms are suddenly quite uneditable. I am only halfway through creating them and now I cannot cut or delete anything from it. Nothing! The properties give no hints as to why all the forms are now seemingly locked. (As Dave Attell once said) Helpo! Helpo!
|
| Forms Help | 23 Aug 2007 17:08 GMT | 3 |
I have a form, the form has an ID that goes through many test/parameters. All the test/parameters associated with the ID remains on a sub form for viewing. I would like to develop a series (a-z) for each ID,were repeating information for the id is carried throughout all ID's and the ...
|
| Opening a form from within a form | 23 Aug 2007 17:00 GMT | 1 |
I am trying to make it so that when you dbl click in a field on a form another form opens displaying the contents of that field so they can be editted. I can get it to open the form when the field is dbl clicked, but I cannot get it to display the contents of the field that was ...
|
| opening up older database | 23 Aug 2007 17:00 GMT | 4 |
I have an older database that was tied in to user ID from network logins on our system. It has a User ID table that verifies the computer login ID of the User. This was setup before my time as a backup security system to avoid errant logins. The database hasn't been used in a ...
|
| Intermittently receive create duplicate values error | 23 Aug 2007 15:18 GMT | 5 |
I have an unbound form with a combo box of Items built using (SELECT Items. ItemID, Items.Desc FROM Items ORDER BY Items.ItemID) in the row source property I have a subform with a text box bound to Cost in the Items table. The data
|
| inconsistant result in group footer | 23 Aug 2007 14:34 GMT | 2 |
I have a report with a subform with a group footer. In the group footer I have a calculated field with this expression in the control source: =Sum(Nz([quantity],0)*Nz([unit_price],0)) Quantity and unit_price are both fields in the table to which is the record
|