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!

Make a copy every day

Status
Not open for further replies.

davidmcolaco

Technical User
Aug 1, 2005
102
PT
Hi,

I have a database with only one table.
I would like to create every day a file with the new records of that day, so that I can send it by e-mail, instead of sending everyday the complete database.
Is that possible?

Thanks in advance.
 
Use a query to extract the current day's records (I assume you have put a date on the record) and export that instead.
 
Yes.. I have the date on the record.. but it's possible to make that automatically.. because the idea is to make a backup of the new records and send by e-mail, because the user is not present.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top