| Thread | Last Post | Replies |
|
| Using a .bat file to open an Access Database | 30 Jan 2007 16:33 GMT | 9 |
How would I do this ... I want to set the Windows Scheduler to run the .bat file which will open an access database at like 2 in the AM. What code do I need in the .bat file.
|
| Forms - Overlapping controls, change creation order | 30 Jan 2007 15:20 GMT | 1 |
I have a form with a rectangle [backstyle normal] and a label [backstyle normal] If the rectangle is placed first, and the label second, the label is seen.
|
| One-to-One relationships in an ADP | 30 Jan 2007 13:58 GMT | 2 |
Hi, for the first time in my career I have a legitimate need for a one- to-one relationship between tables. I see no way to set op a one-to- one within an ADP project, however. Do I need to write a trigger to enforce a one-to-one, or is there an easier way?
|
| event | 30 Jan 2007 11:50 GMT | 1 |
i want to know event occurenced when the access application is closed.
|
| Mail Merge help | 30 Jan 2007 09:09 GMT | 3 |
Can anyone help me please, this is causing me a real headache. A Database here (Access 2003) uses code to open a mailmerged document in Word 2003 which is linked to a query. Problem is, it opens the document but doesnt actually do the
|
| Invalid Identifier (#904) | 30 Jan 2007 08:49 GMT | 1 |
Anyone have an idea what I am doing wrong? I am using MS Access and I am creating a Pass Through Query. I get the following error: ODBC--call failed> [Oracle][ODBC][Ora]ORA-00904; "B"."RECVDATE": invalid identifier
|
| Comparing Original Value to New Value in the same textbox. | 30 Jan 2007 03:28 GMT | 5 |
I have a bound textbox called txtMyBox with the current string value of "200". Once the user enters the textbox, and while the user is still in the textbox, I would like to check the changed value using a function to
|
| dlookup--after update help | 30 Jan 2007 02:43 GMT | 1 |
=DLookUp("[CompanyName]","Model Data","[CompanySymbol]='" & [Ticker].[Value] & "'") This formula works...it pull the company name, matching the Ticker put into the Ticker field. So putting in IBM will pull its name from the Model Data
|
| Export Report Data | 30 Jan 2007 00:06 GMT | 4 |
Is there any way to export an Access Report, including the format, into a Word document - other than printing to a PDF.
|
| Inventory management database | 29 Jan 2007 23:13 GMT | 2 |
I have a supplier database from the microsoft templates Inventory management database. The trouble is when you change the supplier the list of products in the subform remain the same everytime and are not unique to that supplier. Is there some way to get the drop down to
|
| Speed issue in Access | 29 Jan 2007 21:32 GMT | 27 |
I have an Access db with two large tables - 3,100,000 (tblA) and 7,000 (tblB) records. I created a select query using Inner Join by partial matching two fields (X from tblA and Y from tblB). The size of the db is about 200MBs.
|
| DLookUp | 29 Jan 2007 20:30 GMT | 1 |
I have an orders form which has orderID as the primary key, it also has supplierID as a foreign key located on the form. I need a lookup field (that looks up the account number which is located in the suppliers table) on the orders form that syncs, so when the user moves
|
| Slow Performance in a Multi-User Environment | 29 Jan 2007 19:38 GMT | 2 |
I have an Access db application that is intended to present the user with the next available record to make an outbound phone call on. Originally, I had set it up as a "split" database but, due to performance issues, I moved it into one database which is accessed by
|
| Strip Characters | 29 Jan 2007 18:54 GMT | 3 |
I have a textbox "Fname" where users input what they would like a filename to be. I would like to strip out all invalid characters with an "After Update" Event. I have searched other strings and attempted to use other suggested
|
| Access 2007 ODBC Driver | 29 Jan 2007 16:41 GMT | 2 |
Does anyone knows the odbc driver / string to connect to Access 2007 file (.accdb)? I can't find it anywhere...
|