Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

archive Access table to archive directory autonaming with seqential no 1

Status
Not open for further replies.

ruzi55

Programmer
Jul 6, 2004
8
GB
I run a make table query on data held in several tables in the database. The make table is a release table of data to be imported into Sage, each time the query is run the contents of the release table is deleted. SO as part of the procedure when the release table has been created I need to be able to "archive" a copy of it to a designated archive directory, as this process happens frequently I would like to the "archived" version to be named with an autonumber.

Is this possible and if so how?

Many thanks
 
If your table comes from other data in the database surely you don't need to archive it. You can always recreate the data from the database again if you need to.

You can programmatically copy tables with OutputTo or TransferDatabase actions. See Help for details.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top