| Thread | Last Post | Replies |
|
| Table Analyzer Question | 04 Aug 2007 03:28 GMT | 2 |
I have a database that has forms, queries displaying the information. I want to use the Table Analyzer on the database. will I need to make any changes to the forms or will the wizard take care of that.
|
| Open then minimize a form before a report opens | 04 Aug 2007 02:35 GMT | 2 |
I have a "Deposit Detail" report which pulls data from the "Deposit detail" table based on the Settlement date which is entered in a "Choose Settlement date for report" form.
|
| Microsoft Access 2003 | 04 Aug 2007 01:09 GMT | 1 |
I have a database that has forms, queries displaying the information. I want to use the Table Analyzer on the database. will I need to make any changes to the forms or will the wizard take care of that.
|
| Combo box NAME# error | 03 Aug 2007 23:52 GMT | 2 |
I had created a form with combo boxes. Then I had the bright idea to alphabetize the entries by changing the properties of the form and now the combo box displays NAME#. I realize that this has something to do with the Control Source but it remains in the underlying table for ...
|
| Duplicate records via subform in Access 2007 | 03 Aug 2007 23:46 GMT | 1 |
I have a form New Hires (based on table New Hires) with a subform Dependents (based on table Dependents). Table New Hires has been populated with new employee information (name, address, SSN, etc ...). Table Dependents is empty and awaiting entry through subform Dependents.
|
| image table/form | 03 Aug 2007 22:34 GMT | 2 |
I am trying to create an image database in ms access ( so if I type into the form foot, a picture of a foot is displayed in a window). I have the table created, I need help linking the words to the images to the window.
|
| update form after adding to combo box | 03 Aug 2007 21:56 GMT | 20 |
I'm trying to figure out what's missing from my code. After adding a record, if its not already in the combo box, I need to update my form and subform to show the new record and related records (in the subform). The form is programmed to automatically add a client if the name is ...
|
| Button Wizard:RunQuery ignores delete queries? | 03 Aug 2007 21:43 GMT | 1 |
If I put a button on a form, choose misc, run query, I get a list of queries that does not include any delete queries. Why is that? It is easy enough to get around, but why?
|
| Labels DOUBLE click event not firing... | 03 Aug 2007 19:17 GMT | 4 |
On Nov 9 1999, 1:00 am, "-oWc-" <ewo...@hotmail.com> wrote:
> I've a Label in my forms... > there are two procedures; one for single click and another fordouble click. > ...The problems is, |
| Updating Subform | 03 Aug 2007 19:12 GMT | 1 |
I've tried figuring this out for a while with no luck. I have a form called "frm_Credits", this is based on the "tbl_Credits" table. This form has a subform called "frm_Credits_Contin" based on the query
|
| Combo box for searching on a form | 03 Aug 2007 19:11 GMT | 6 |
I have designed a simple database but am strugling with the most important part of it. I have a database of service calls on vehicles. I import a list of not working vehicles onto a table. Then I have a form, where I need to
|
| Auto populate subfrom from main form | 03 Aug 2007 18:50 GMT | 2 |
I have a main form that contains data that I need to be automatically populated into a subform. The formula I've tried is: Private Sub JobNum_Enter() Me.OrderRelNum = Form.OrderJobLink_Frm.SalesOrderNum.Column(2) End Sub
|
| Make form default to new record? | 03 Aug 2007 18:49 GMT | 2 |
Is there a way to make a form default to a new record, but still allow users to go back and edit existing records? Thanks, - Joel
|
| Customers List in Northwind example | 03 Aug 2007 17:13 GMT | 1 |
Can someone tell me how the customers list in the northwind db was created? I'm trying to replicate it but I cant figure it out. Is is a split form? if so, how did they hide the form fields and only show the data sheet view? Also, how did they do the total line at the bottom?
|
| Filter form for only records with NO records in subform | 03 Aug 2007 16:53 GMT | 10 |
Good morning all, I have a main form (one) with a continuous subform (many). I need to be able to add an option box to filter the main form to show: a. All records
|