| Thread | Last Post | Replies |
|
| Copying forms in database | 27 Sep 2006 12:34 GMT | 6 |
Is there any way to copy only the forms from one .mdb file to another?
|
| Several columns in a form---How to? | 27 Sep 2006 12:22 GMT | 6 |
Aloha, I would like to show one field (textbox), that represents an inventory item and have 200-300 of these fields on a page. 1: I want to stay in the form format and not report as I want to use mouseovers
|
| Display Database Window Problem | 27 Sep 2006 09:50 GMT | 2 |
A new problem has me puzzled. I have what appears to be a very stable database but suddenly I can't find my Database Window. I tried the Startup option of Display Database Window and hit the toolbar button for Database Window, but nothing shows. When I hit that button on the
|
| detect locks | 27 Sep 2006 09:45 GMT | 2 |
i am using msaccess for medical institute. i have created different users using vba code by using global username variable in vba code. i want to know how to detect two users editing same record using vba
|
| Carriage Returns in Memo fields | 27 Sep 2006 08:31 GMT | 3 |
I'm trying to import data into a memo field by running an append query. The data is to be imported as if it was entered with separate lines in the memo field. I have tried inserting chr(13)s into the string that is being appended into the memo
|
| display textbox (unbound) in form | 27 Sep 2006 08:20 GMT | 5 |
hi all!! i face to a new trouble. in my form, i have a textbox(unbound) that informs details of product when i choose the value of combo box(IDPro).
|
| Can I use MAPISendMail to write email to OE's Outbox folder rather than actually attempting the SEND? | 27 Sep 2006 03:33 GMT | 8 |
130 Targets(0) = "smtp:CRCI@NorthState.net" 135 MySubject = "Some relevant subject" 140 MyBodyText = "Blah, blah, blah" 150 Call SendMailWithOE(MySubject, MyBodyText, Targets)
|
| MSACCESS STARTUP | 27 Sep 2006 03:13 GMT | 2 |
I would like to know if anyone can help me with the following problem I am experiencing. I have created a Splash Screen and when my application starts up it first displays the MsAccess Splash Screen then the one I created. How can I allow at startup that only the Splash screen I ...
|
| Design question | 26 Sep 2006 23:35 GMT | 18 |
I have 3 tables: Message, Workgroup, and Hyperlink. Message has 1xM link with Hyperlink and Workgroup has 1xM link with Hyperlink. Hyperlink has the following fields: IDhyperlink*
|
| Local Access table in Oracle query | 26 Sep 2006 21:08 GMT | 3 |
Re: Access 2003/Oracle 9i I have an Access app that connects to an Oracle DB via OLEDB/VBA code (no DSN or ODBC) Queries against straight Oracle tables run fine.
|
| Access hyperlink needs to change when year does? | 26 Sep 2006 18:31 GMT | 1 |
I have a link that is create on get lost focus from a field that (see next line G:\Call Center\APP\APP_2006\APP0001\APP000.tif What I need to figure out is how can I get the '2006' to change with
|
| AddNew function in Access VBA | 26 Sep 2006 15:40 GMT | 5 |
I am using the AddNew function in VBA to populate my access table from data in excel. The following is the piece of code: With WriteRS .AddNew
|
| "like" in a query | 26 Sep 2006 15:22 GMT | 5 |
i want to use the "like" function in a query but i want the user to enter the search variable. i have tried "like[enter name to search]" but this doesnt return any results for some reason.
|
| vba code to drop multiple tables at once | 26 Sep 2006 15:20 GMT | 1 |
I'm looking for a way to drop multiple tables at the same time from my access database. Any ideas? Thanks.
|
| Couldn't update/currently locked MDB | 26 Sep 2006 15:09 GMT | 1 |
I am running an application created with MSAccess XP . This application is running on a server and has many users. Sometimes the backend database (MSAccess MDB) locks up When a user tries to update the backend, the following error message occurs:
|