J
Joanne
I have an application that everything is working great on with one
exception. I need to be able to have a text file (comma delimited) that has
only one record import into the database in an existing table upon a file
name prompt. Example:
Application user clicks on command button. It should prompt for a "customer
number" which is the file name with a "txt" extension. So, if the customer
# is 00224, then the file (00224.txt) is imported into the existing table
(T-Import).
All files that are imported will have no headers, have only one record, and
will have identical file layouts.
Currently, the command button has an "on click" event procedure that runs a
macro that has queries that manipulates the data to the way I need it. I
need it to import the data first. I can manually import the data (which is
on an RS6000 server) with no problem. Users will run this a combined
total of about 50 times per day, and only one week worth of data will be
saved.
Application: Access 2003 (data - Access 2002). Split database between
user's PC (front end with forms, reports, code, macros) and server (back end
for data)
OS: Windows 2000 Professional for front end databases and Windows 2000
Server for back end databases.
Any help would be appreciated.
-Joanne
email hcscjob *at^ pad &dot# net removing symbols
exception. I need to be able to have a text file (comma delimited) that has
only one record import into the database in an existing table upon a file
name prompt. Example:
Application user clicks on command button. It should prompt for a "customer
number" which is the file name with a "txt" extension. So, if the customer
# is 00224, then the file (00224.txt) is imported into the existing table
(T-Import).
All files that are imported will have no headers, have only one record, and
will have identical file layouts.
Currently, the command button has an "on click" event procedure that runs a
macro that has queries that manipulates the data to the way I need it. I
need it to import the data first. I can manually import the data (which is
on an RS6000 server) with no problem. Users will run this a combined
total of about 50 times per day, and only one week worth of data will be
saved.
Application: Access 2003 (data - Access 2002). Split database between
user's PC (front end with forms, reports, code, macros) and server (back end
for data)
OS: Windows 2000 Professional for front end databases and Windows 2000
Server for back end databases.
Any help would be appreciated.
-Joanne
email hcscjob *at^ pad &dot# net removing symbols