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

Lastupdated property

Status
Not open for further replies.

SJT75

MIS
Oct 1, 2002
1
GB
I have 20 spreadsheets that update nightly from an automated procedure.
Not all update every night though it depends on the events of the day.
Is there a way of only appending the spreadsheets that have been updated, into an access table?
 
Using VB just about anything is possible.

Here are some things you can check out.

the 'dir' function to search a directory

the 'FileDateTime' to get a time stamp

the 'now' function to find out what time it is now

the docmd function
e.g. docmd.transferspreadsheet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top