A
adgorn
I have a report that relies on a query of a table of customer specific data
(imported fr Excel) joined with a couple of other tables whose content is
fixed. I will be generating this report for several different customers each
day and so will have to import several different sets of excel files daily.
WHen I built the db, I called the customer table "table1" and so all the code
references are to that. So today I got 3 new spreadhseets of customer data
ready for importing to Access. I am bringing these in as "table1CustA",
"table1CustB" and "table1custC". The original table1 I have contains bogus
data that I used just for db design purposes. So my plan was to simply
delete table1, then rename table1CustA to table1 and run the report for
CustA. When this is done I would rename table1 back to table1CustA, then
rename table1CustB to table1 and run CustB's report, etc. Can I just do this
w/o worrying about the order of how I rename the tables and all will come out
OK? ALso, I need to keep all the customer tables in the db because any
customer might come back later with an additional request or need to fix
something and I don't really want to go through reimporting that data from
excel.
I have noticed that when I change the name of a table that a query uses, it
seems to propagate through the query, so I'm concerned that when I change the
name back from table1 to table1CustA, that might screw things up for the next
customer.
Thanks.
(imported fr Excel) joined with a couple of other tables whose content is
fixed. I will be generating this report for several different customers each
day and so will have to import several different sets of excel files daily.
WHen I built the db, I called the customer table "table1" and so all the code
references are to that. So today I got 3 new spreadhseets of customer data
ready for importing to Access. I am bringing these in as "table1CustA",
"table1CustB" and "table1custC". The original table1 I have contains bogus
data that I used just for db design purposes. So my plan was to simply
delete table1, then rename table1CustA to table1 and run the report for
CustA. When this is done I would rename table1 back to table1CustA, then
rename table1CustB to table1 and run CustB's report, etc. Can I just do this
w/o worrying about the order of how I rename the tables and all will come out
OK? ALso, I need to keep all the customer tables in the db because any
customer might come back later with an additional request or need to fix
something and I don't really want to go through reimporting that data from
excel.
I have noticed that when I change the name of a table that a query uses, it
seems to propagate through the query, so I'm concerned that when I change the
name back from table1 to table1CustA, that might screw things up for the next
customer.
Thanks.