G
Guest
I have a db that I use to run some monthly reports. I also produce some
trend reports using previous months data. I am trying to place a button on a
from that will allow the user to run a make table query for the new months
reports. But before this happens, I want to be able to save the previous
months table so that I can reference it for the trending. The only way that
I can think of doing this would be to writed twelve seperate make table
queries that would run based on the current date. Is anyone aware of any
quicker or easier way to do this using code that would rename the old table
and then run the new query? Thanks in advance.
trend reports using previous months data. I am trying to place a button on a
from that will allow the user to run a make table query for the new months
reports. But before this happens, I want to be able to save the previous
months table so that I can reference it for the trending. The only way that
I can think of doing this would be to writed twelve seperate make table
queries that would run based on the current date. Is anyone aware of any
quicker or easier way to do this using code that would rename the old table
and then run the new query? Thanks in advance.