kentwoodjean
Technical User
I have 5 append queries that have to run independently but the end results will appear on 1 table. I added a macro to do this for me, but it only seems to run 3 of the queries. All the formatting is correct and identical for each. Therefore, I am wondering if there is some kind of limits with macros.
I also would like to know how to make my macro run each Monday, capturing the value that was in place Friday following the mainframe download that takes place over the weekend. I would like it to happen when my DB is opened for the first time by a user. My querys right now show Date()-3 and I manually run each one on Monday.
Here is what my macro looks like:
SetWarnings
OpenQuery
OpenQuery
OpenQuery
OpenQuery
OpenQuery
SetWarnings
I also would like to know how to make my macro run each Monday, capturing the value that was in place Friday following the mainframe download that takes place over the weekend. I would like it to happen when my DB is opened for the first time by a user. My querys right now show Date()-3 and I manually run each one on Monday.
Here is what my macro looks like:
SetWarnings
OpenQuery
OpenQuery
OpenQuery
OpenQuery
OpenQuery
SetWarnings