A
AJ
I am building a scheduling app, and have two tables for scheduling two
separate groups of people. However, I have to make a Master Schedule. I do
it now by querying both tables - one a "make table" query, and the other as
an append query.
Then I write a report off that new table. BUT how can I dummy-proof this so
the Master report can be update by the USERS during the scheduling process.
My question is, how do automate the following.
1. Delete the MasterSchedule table.
2. Run the make-table query off of Table1
3. Run the append query off of Table 2
4. Open the MasterSchedule Report.
(I just the VBA code. I have the queries all funtioning right now. I just
want to automate it, so it will work WITHOUT me.) Thanks in advance.
separate groups of people. However, I have to make a Master Schedule. I do
it now by querying both tables - one a "make table" query, and the other as
an append query.
Then I write a report off that new table. BUT how can I dummy-proof this so
the Master report can be update by the USERS during the scheduling process.
My question is, how do automate the following.
1. Delete the MasterSchedule table.
2. Run the make-table query off of Table1
3. Run the append query off of Table 2
4. Open the MasterSchedule Report.
(I just the VBA code. I have the queries all funtioning right now. I just
want to automate it, so it will work WITHOUT me.) Thanks in advance.