If it were my application I think I'd:
(1) Link (rather than import) the tables
(2) Have a query with a condition date = now() or today() or whatever it is
(3) Run the query only when you want it
Remember you can run queries on queries so you don't have to do it all in one step (so if you want a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.