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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Updating Tables

Status
Not open for further replies.

Igawa29

MIS
Jan 28, 2010
99
US
Ok my question is I have one access table, and I want it to load data into another table montly.

What would be the best way to have the system copy and load this data each month?
 
Have someone run an append query. This would simply append records from a source to a target. If you need to update existing records, you would probably use an update query.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top