access 97 , access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

we have a 3rd party system which uses 97 format tables in the mdb.
at the moment we link to it from our 2003 application and read the table in
read-only mode.
now we need to update the 97 tables from 2003 with converting them.
Is this possible?
thanks,
Neil
 
Yes, no conversion is required to write data to linked tables. You'd only
need to convert if you wanted to make design changes to the structure of the
tables.
 
Back
Top