| Thread | Last Post | Replies |
|
| Opening to a specific folder location | 24 Jun 2004 18:44 GMT | 1 |
I am attempting to create a macro that amongst other things opens to a specific file location or even better yet, can delete a file on a network drive. Is this possible?
|
| Moving pictures from an excel file into an access table | 24 Jun 2004 17:06 GMT | 1 |
Hi, is there a way with VBA to achieve the following: I have a picture in an excel file, and I want to insert it into an access table. The records of the access table look like this:
|
| TransferText | 24 Jun 2004 02:32 GMT | 1 |
I am trying to import a text file into access. The problem is that it imports all of the data into one column, opposed to the five columns that I want. How would I go about fixing this.
|
| RunCode | 23 Jun 2004 21:09 GMT | 2 |
RunCode will not execute my Function in my Module. Access reponse: The expression you entered has a function name that Microsoft Access can't find. I am using Microsoft Access 2000 (9.0.2720)
|
| ?? controlling AUTOINCREMENT value ?? | 23 Jun 2004 20:13 GMT | 1 |
I would like to know the way to control an AUTOINCREMENT value of table.. I need to do this: when I delete a row from the table i would like to update th
|
| 2 Seperate forms "running" | 23 Jun 2004 17:53 GMT | 2 |
I posted this before on the programmers and got only one reply which did not work. Working on marathon runners race timing results. I have created two tables, #1 has racers demographics (age,sex,bib
|
| macros and passwords | 23 Jun 2004 13:02 GMT | 1 |
I need to protect all the tables and forms in a database. But I need different login and password for each table/form. The security function in MS Access dont work properly. Is it possible to create this security by using
|
| Calling a macro to run from an external batch file. | 23 Jun 2004 13:00 GMT | 1 |
Hi, Is it possible to cause an existing macro within an access database to run by somehow calling it from an external batch file irrespective of the database being open or not. Any help on how to do this would be greatly appreciated. Thanks
|
| Missing reference | 23 Jun 2004 07:09 GMT | 1 |
I have the following line in a module: Dim dbsnightly As database When I try to compile the module I get the message: User defined type not defined.
|
| Suppress confirmation messages in Macros | 23 Jun 2004 04:39 GMT | 2 |
I am using openquery to run a delete query and an insert query. They generate messages like "You are about to delete X records" or "you are about to insert X records" or "Cannot add a record due to duplicate keys". Can these
|
| Help Please with Arrays | 23 Jun 2004 03:04 GMT | 1 |
I've had a look through all my books, I've scoured the excel help files but to no avail. I am trying to make use of arrays. I want to be able to use an array of 5 rows and 5 columns in an EXCEL sheet and then use them to sort a big data base. BUT I can not work out how to ...
|
| Importing data into table from macro | 22 Jun 2004 19:59 GMT | 1 |
I am extracting records from an external database and I want to write the results into MSAccess tables. I am able to do this using the following example code:- Dim db As Database
|
| Running Totals | 22 Jun 2004 17:30 GMT | 2 |
Can I use Macros to calculate running totals? Example: Qty Cum Total 2 2
|
| Whats the best method | 22 Jun 2004 01:20 GMT | 2 |
I have a MASSIVE delimited text document that basically contains the Buys and Sells of stocks in an account. The idea is that the buys equal the sells in quantity and average price.
|
| Importing Problems | 22 Jun 2004 00:24 GMT | 6 |
I am trying to set up a system that will automatically import an excel file into access and print a few results. The problems that I am having 1) I want it to automatically set a field to be the primary key somehow (can be code, thats fine, i just don't know that much about code
|