is it possible to copy records from an access database onto a mysql one on a different server?
thanks
alcie
What I've done (using Access and Postgres) is to link the a Postgres table to Access. So, for instance, you could copy data from table A into linked table B which is really a table on Postgres (or Mysql).