| Thread | Last Post | Replies |
|
| Dlookup over two join tables? | 23 Nov 2005 02:59 GMT | 1 |
How do you code dlookup over two join tables? Outbound Trucks Join Table Product Detail table Join Table Inbound Table - OB Truck ID Ob Truck ID PO# IN Truck ID
|
| Check Box Support | 23 Nov 2005 02:36 GMT | 1 |
I have a check box on a form that when checked opens another form and copies data to the newly opened form. Once the new form has been opened and data added I would like the check box on the main form to be removed. However if a user click on the check box I would like it to open ...
|
| Help With COMBOBOX PLEASE!!!! | 23 Nov 2005 02:00 GMT | 3 |
I have couple of forms which need to be filtered before user can work on them. I am using cascaded combobox. Each form needs to be filtered by a contract Number which then shows corresponding vendors for that contract but my question is....I know that Number of ...
|
| linking forms and adding a record | 23 Nov 2005 01:56 GMT | 3 |
I am entering data into to forms. I have a Master_Jobs form I have an Account_No field and a drop down list for the Job_type field where when I select a particular job type, in this instance it would be "New Contract" a form with Contract Type Option box.
|
| VBA Code to export query data from MS Access to Excel | 23 Nov 2005 01:55 GMT | 4 |
I'm looking for an example VBA Code to export or transfer query data from MS Access to Excel. I use this code:
|
| text box on form to display content of subform | 23 Nov 2005 01:33 GMT | 4 |
I have a subform that allows for entry of up to three codes for every record on the main form. I want a text box (on the main form) to display a phrase IF any one of the codes entered on the subform is ="10A2".
|
| Linking Two Forms Programatically | 23 Nov 2005 01:18 GMT | 1 |
O.k., it's late and I simply cannot remember how to set this up correctly...I've got a form (Applicants) with a button that opens another form (References) to the linked records on the Applicants form--did that part with no problem. However the linked field doesn't auto-populate ...
|
| Aggregate Sum | 23 Nov 2005 01:09 GMT | 4 |
I have a query where I want to calculate the sums of money received and also the sums of money not received. I need to do both these sums in the one query. I am using the following expressions in the field rows:
|
| Creating case number in a form. | 23 Nov 2005 01:07 GMT | 1 |
I want to create a case number each time a new record is added via a form I already have. The form will be usable by numerous people at the same time to enter information into the underlying tables. It has two sub forms on it that the user can also enter information in. One of ...
|
| Word Table Formatting ~ Late Binding | 22 Nov 2005 23:18 GMT | 3 |
I am using Late Binding for creating a word document from Access 2003. All is well and good EXCEPT I am having difficulty with the following. I am using bookmarks within a template to place data throughout the document. One of the bookmarks is actually replaced with a Word table ...
|
| Continuous Form Question | 22 Nov 2005 22:58 GMT | 2 |
I'm trying to control the appearance of a control (textbox) only when it has focus. I set up [control name]_Enter and [control name]_Exit routines which accomplish exactly what I want, except, all instances of the control are changed instead of only the one with the focus.
|
| Error Printing report for current record | 22 Nov 2005 22:28 GMT | 5 |
I am trying to print a report for the current record only. This is the code that I am using in the OnClick event of a command button in a input form: DoCmd.OpenReport "Rpt_Rental_Detail_Billing_Sheet", , , "Rental_ID = '" &
|
| Hide system tables in mdb created with CreateDatabase method | 22 Nov 2005 22:14 GMT | 2 |
I have an application which allows the user to create a new database, then links or imports data from an Oracle database into the MDB. After using the Createdatabase method to create the mdb, I want to be able to hide the system tables. Any ideas?
|
| Deleting Table Contents in a different file | 22 Nov 2005 21:52 GMT | 3 |
Without linking to another database, how do you delete the contents of a table in one database as part of a process in a second database?
|
| get a value from as we loop through table | 22 Nov 2005 21:45 GMT | 2 |
Hi! Please help me! i have a filed ADay on the table. when i loop through rows using "aDate = rst![ADay]" everything goes fine until there is a null. and when it has null my program stop. and when i use "aDate = DLookup("[ADay]", "Table1")", it would work good even if i have null ...
|