A
Andrew
I import data to access from a comma delimted text file.
The data logging program produces 1 log file everyday. Is
there a way to automate the importing of this data into
access, rahter than having to open the database and import
the log file everyday.
For example I could use a simple batch file possibly
c:\asdddd\access.exe /some switches
move c:\logs *.* c:\logs\have_been_imported
where the switches tell access to import the text files
etc.
or something similar
The data logging program produces 1 log file everyday. Is
there a way to automate the importing of this data into
access, rahter than having to open the database and import
the log file everyday.
For example I could use a simple batch file possibly
c:\asdddd\access.exe /some switches
move c:\logs *.* c:\logs\have_been_imported
where the switches tell access to import the text files
etc.
or something similar