Importing New Records From Database

  • Thread starter Thread starter Mac
  • Start date Start date
M

Mac

I have a large access database contained within my website. If a visitor
adds a record to this database how can I download the new records only to my
copy of the database held on my pc?
At present I am downloading the whole database to keep my version current.
 
The normal process is to download the database when you are using Access so
that you have a backup.

To do what you want requires that you locate or write some ASP/VBScript that
will let you retrieve the record, and then write it to a .csv file format
which is then automatically downloaded to your PC and then you can import.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top