| Thread | Last Post | Replies |
|
| Environ('USERNAME') error | 14 Jun 2005 18:53 GMT | 1 |
I have some code that inserts the username, date and file location of the .mdb file into a table called tblUsers. This works on some pc's but not others. Here is the code:
|
| Run Time Error #3021 | 14 Jun 2005 18:36 GMT | 1 |
I am using this module on a new data base and I get a "Run Time Error #3021 No Current Record" and I cant figure out why it is giving me this. Im new to vba but I think it has something to do with it not being able to find data it is looking for because of it being a new ...
|
| Outout FORM to snapshot viewer - Registry hack? | 14 Jun 2005 18:25 GMT | 2 |
Server = SQL Server 2000 SP3a Client = Access 2000 data project Im trying to ouptut a form to snapshot view, this surely must be possible as it works fine in the reports. I've tried coding it with:
|
| 3061 Error when doing everything that works in another module. | 14 Jun 2005 18:11 GMT | 3 |
I reference the proper DAO Library. I included Dim rs as DAO.RecorSet. I created the SQL in native Access. The Query works in native Access.
|
| Still Trying re: formula or function | 14 Jun 2005 18:05 GMT | 4 |
The relevant fields are entity, amount, account, and debit or credit (call it d_or_c). A table (call it journal) collects the information from various sources. All appended to the journal table. The accounts are balanced by specific
|
| How do I display data type info stored by Access? | 14 Jun 2005 17:49 GMT | 1 |
I am trying to see how Access stores data type information within a database. I believe there is a way to view the actual values stored.
|
| autofill day of week field when entering date in date field | 14 Jun 2005 17:28 GMT | 5 |
When the user enters a date in a date field, I need to have the day of the week autofill in a separate text box. I'm stumped, please help...
|
| Looping through records will not pick up the correct numbers | 14 Jun 2005 17:20 GMT | 3 |
I have this report that is run from a cmd button. The click event contains code that is suppose to determine whether or not the sentence is concurrent or consecutive. If concurrent sets the TotalYears to the largest number of years. If there are also consecutive sentences it ...
|
| DAO in Access 2000 | 14 Jun 2005 16:55 GMT | 5 |
I have written exact code in Access 2000 that I have in Access 97 using the DAO and receive an error 13 'Type mismatch' when the recordset object is being initiated. I tried converting a test db from Access97 to Access 2000 and the code
|
| How to Find the Date of Last Change in Inventory | 14 Jun 2005 16:48 GMT | 15 |
If I have a table that lists a Style,Color, InventoryUnits, and DateOfLastInventory, how can I find the last change in inventory? That is, I wish to find Inventory that isn't moving. For example, let's say I have the following in a table:
|
| refresh subform | 14 Jun 2005 16:00 GMT | 1 |
I populate a bound subform by programmatically changing the underlying query statement, passing the ClientID to the query definition. This is so that the query returns a single record rather than thousands and hopefully speeds up the form.
|
| Result from INSERT INTO | 14 Jun 2005 15:49 GMT | 6 |
I presently have a booking system which is Access 2000 DB and I want to add some new functionality to allow the user to copy a booking to a new date for repeat bookings. The problem I have is that after selecting the requested record from a table and copying it back with a new ...
|
| SourceSafe | 14 Jun 2005 14:52 GMT | 2 |
I'm using Access 2003 Professional Version. I have installed Visual SourceSafe (separate product) and the plug-in for Access. When I click Tools->SourceSafe->Add Database To SourceSafe, it does the following:
|
| Get Data from source safe | 14 Jun 2005 14:41 GMT | 4 |
I've formated new computer, Installed windows xp SP1, Installed Office 2003 SP1, Is there a way to get last vertion from source safe?
|
| hyperlink in textbox | 14 Jun 2005 10:59 GMT | 1 |
I want to store more than 1 hyperlink for every record in the textbox. I have tried the following code, but an error occur (runtime error 7980: the hyperlinkaddress is read only for this hyperlink. what did i do wrong? Me.txtFile_Name = strName
|