| Thread | Last Post | Replies |
|
| Path & Filename | 30 May 2007 14:25 GMT | 6 |
I've been browsing through some of the previous questions however I still can't quite find what I'm looking for. I would like to store the path and filename of various documents in a table. Users should be able to browse windows for files and when they select a file
|
| barcode scanner inputbox | 30 May 2007 06:39 GMT | 2 |
I'm using datamatrix barcodes withtwo numbers separated with a carriage return CHR(13) Is it possible to create somethng like the statemant inputbox in vba that read one scan into two variables in a form?
|
| Deleting a from | 29 May 2007 22:45 GMT | 1 |
How can I delete a form from a project? Thanks
|
| do until | 29 May 2007 22:05 GMT | 5 |
I have a table called ACH that I search for a customer id and find out if that customer has passthru, upload or application. Each customer can have both passthru and application. If they have both, they will be in seperate records.The customer table has two fields. One for
|
| Re: Database Forced Input | 29 May 2007 21:35 GMT | 2 |
I am building a db system whereby my users MUST enter certain data into the db before they can continue with other activities (the db form is opened when they finish a telephone call) . I need to make the db form come to the front of their screen and then keep it there until they ...
|
| 3 work days prior to 18th | 29 May 2007 21:25 GMT | 4 |
I have an odd request from work which is giving me quite a bit of trouble. I need to figure out the 3rd Business day prior to the 18 in VBA. I have been trying to manipulate the code "GetBusinessDay" by Arvin Meyer to no success (below). Just a FYI.. This is going to be used in a ...
|
| Excel's MAX function in Access | 29 May 2007 19:05 GMT | 6 |
Is there a way to implement Excel's MAX function in Access? e.g. MAX(field1 ; field2; field3) Thanks a lot
|
| Database Locked? | 29 May 2007 18:48 GMT | 3 |
I have a form in my database that has a hyperlink to open Crystal Reports. There I open a file and refresh data in a report. I then export the refreshed report data via ODBC to my database and save it in a table that I query. Each time I try to save the table I get a message that ...
|
| Get Specific Record | 29 May 2007 14:50 GMT | 2 |
Hello, i am not a programmer but a dabbler and need some help with the following please. I get a record from my table by dtAdded with the code below... How would i change this if i put a combo box to select the record i want, as this takes
|
| Insert into Passthrough Query | 29 May 2007 10:28 GMT | 3 |
I am using below Passthrough query which is workig for SQL: Set qdf = db.CreateQueryDef("") qdf.ReturnsRecords = False qdf.Connect = "ODBC;DRIVER={sql
|
| How to tell if a database contains new data. | 29 May 2007 04:53 GMT | 3 |
The "modified date" and file stamp always shows the last time the database was opened. Even if no changes were made to the database design OR data. Is there an easy way to tell if data in an access database been updated so I can display the "data date" on my startup screen or will ...
|
| Display Short Name of Current Database name | 28 May 2007 15:05 GMT | 3 |
I use shell to backup my database where I put the xcopy /N /Y, /N for handling the big names and /Y not to prompt for overwrite. Shell(command /c xcopy /n / y c:\myfile d:\) Myfile I get it from the Database using
|
| Passing Connection Info | 28 May 2007 12:57 GMT | 2 |
Hey Guys n Gals, I'm attempting to develop my first Access VBA application. I have managed to connect to the database via coding when the form opens. My question is when I'm ready to submit info via forms, do I for each form have to put in the
|
| using NotePad from Access: possible? | 28 May 2007 10:56 GMT | 7 |
I'm working on a smal DB which will act as a kind of an updater against another db installed on users pc's. This updaters will make changes/corrections to their data. I would like to have this small db to write the actions taken on data on a
|
| Current User List | 28 May 2007 08:54 GMT | 8 |
Litwin, Getz, & Gunderloy, in Access 2002 Enterprise Developer's Handbook offer a BuildUserList() procedure that lists all current users in the database, setting an ADODB.Connection variable to the current project: Set cnn= CurrentProject.Connection
|