G
Guest
I am trying to delete a table from a command button so that when user clicks
the command button, a table is delete and another table gets renamed the same
name as the deleted table. I have this database running an update query,
which populated 15 names with a given holiday based on the Holiday's date off
a lookup table. After the update query runs, then I have a union query
running to merge my main table with the holiday table. I also then have a
make table query running that creates a new table called temp. After temp is
created I need to delete the main table and rename temp to main table. I
want to do this so that when the update query runs again there will 15 more
entries than the last time it ran. This will done 12 times over until all 12
holidays are in the main table for each of the 15 names.
Matt
the command button, a table is delete and another table gets renamed the same
name as the deleted table. I have this database running an update query,
which populated 15 names with a given holiday based on the Holiday's date off
a lookup table. After the update query runs, then I have a union query
running to merge my main table with the holiday table. I also then have a
make table query running that creates a new table called temp. After temp is
created I need to delete the main table and rename temp to main table. I
want to do this so that when the update query runs again there will 15 more
entries than the last time it ran. This will done 12 times over until all 12
holidays are in the main table for each of the 15 names.
Matt