Exporting a single record

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

Guest

does anyone know if it is possible to expoert a single record from an old
Access 200 data file to the new one. A.N.O.N hs managed to delete a record
but we could replace it with the same record from an old back up file if
export/import is possible. Thank you
 
The easiest way is to import or link the table from the old database to the
new one. Then write a query that returns the one record you want. Use that
query as the source to append the record to the table you need to fix. Then
simple delete the old table or link.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
SLSMITH said:
does anyone know if it is possible to expoert a single record from an
old Access 200 data file to the new one. A.N.O.N hs managed to delete
a record but we could replace it with the same record from an old
back up file if export/import is possible. Thank you

Sure. Link to the table in the backup. Use an append query based on
the linked table and criteria set to select just the one record.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top