I am creating an Access database that will be importing data from a .csv file several times a day. Every time a user tries to run a report it will run this update to ensure they have the latest information.
Can I create some kind of code that states the table was updated at a certain time with a timestamp and when it runs the code to retrieve the .csv file compare that timestamp to the timestamp on the file? If the timestamp on the file is newer than the timestamp on the last update, then update if not do not update?
Can I create some kind of code that states the table was updated at a certain time with a timestamp and when it runs the code to retrieve the .csv file compare that timestamp to the timestamp on the file? If the timestamp on the file is newer than the timestamp on the last update, then update if not do not update?