| Thread | Last Post | Replies |
|
| Command line option /ro | 11 Oct 2004 16:28 GMT | 1 |
I am using the read-only command line option to open a database as follows: c:\....\msaccess.exe \\server\....\dbname.mde /ro However when the database opens a dialog box is displayed saying "The database 'dbname' is read-only. You won't be able to save changes made to
|
| Access - Excel Automation | 11 Oct 2004 14:57 GMT | 1 |
Good Day.. I have posted this question on both the Excel and Access groups because I'm not sure who can help me on this, I am new to this stuff.
|
| MDAC Corruption | 11 Oct 2004 14:49 GMT | 1 |
I have MDAC corruption and I can't reinstall MDAC. When I try to install MDAC 2.8 I get a message back telling me that this version is already installed with windows. I am assuming SP2 for XP did this. I really hate this
|
| MsgBox sound | 11 Oct 2004 13:06 GMT | 3 |
When a MsgBox is displayed, the corresponding Windows system sound (.wav) will play. How can I link a different sound to the MsgBox without modifying the Windows sound scheme?
|
| Queries and queries | 11 Oct 2004 07:31 GMT | 2 |
Dim dbsTest As DAO.Database Dim strTest As String Dim rstTest As DAO.Recordset strTest = "SELECT Val([Forms]![frmTest]![testField]) As
|
| how do you load windows office xp if you have windows 98 operatin. | 11 Oct 2004 06:51 GMT | 1 |
I am using windows 98 operating system. How do I change to the xp operating system.
|
| Working with referances | 11 Oct 2004 04:46 GMT | 1 |
I have huge application on access I have reached to the limit of moduls on my application Therefore i need to use referances. The problem is: i have two mde: master, secondery when the master have referance to the
|
| Keyboard only navigation in Access App | 11 Oct 2004 04:40 GMT | 1 |
I am knocking a little app together at work with a view to expanding features in the future. It's intended for a garage/workshop for booking customers jobs in. I want to control the whole thing with function keys and cursor keys. I have
|
| Magnetic card reader/writer | 10 Oct 2004 23:52 GMT | 1 |
A client has asked me to develop a membership system that reads and writes to the magnetic stripe on plastic cards. He has acquired a device that connects to the PC COM1 port. Can anyone point me to some help that explains how I read/write to this COM1 device in Access please ?
|
| Copy prior record into the current record | 10 Oct 2004 18:01 GMT | 6 |
Group: I have an input form with fields that are bound to a table, and I want to develop a VBA subroutine that will copy the contents of the prior record (all fields) into the current record. Can anyone give me a hint as to the
|
| Property or method or something? | 10 Oct 2004 07:49 GMT | 1 |
I'm just looking for a discussion of the difference between the following two lines of code: [FormTab].Visible = True [FormTab].SetFocus
|
| Adobe acrobat | 09 Oct 2004 22:25 GMT | 2 |
Can anyone tell me how to load a .pdf file into Acrobat Reader from within Access 2002 using code - assuming knowledge of filename, filepath etc? Any help much appreciated.
|
| spliting dbase | 09 Oct 2004 21:50 GMT | 1 |
I had splitted my dbase in tables and in the other side I lefted the other things my question is Should I install the front in each pc or left it in the server and let all the operators share it.
|
| Formatting Excel date column via Access application | 09 Oct 2004 21:38 GMT | 1 |
I am writing out a recordset to Excel using CopyFromRecordset. Some of the fields in the recordset are defined in Access as dates. When Excel opens, these fields are displayed as Julian dates, I think. (37824 = 7/22/03)
|
| Linking Tables | 09 Oct 2004 21:29 GMT | 5 |
How can I find out the name of a mdb to link tables to? e.g. Mdb1 uses "Call Shell" to create a second instance of MS-Access and open Mdb2. Mdb2 then needs to create links to tables in Mdb1 using "CreateTabledef". The issue is
|