S
Shell
In Access 2000, I have a table that contains several dates. I can easily
write an update query that subtracts 2 dates and places the results an
another field.
However, When the process is run, the data can represent different
companies. I know which company we are using at execution time. But each
company uses different dates for the calculation. I don't want to write a
select case statement based on company to get the specific query to use. I'd
rather use a configuration table which contains the companyID and which dates
to use for the calculation.
I am having a lot of trouble in writing one update query which uses the
referenced dates.
Any help would be appreciated.
Thanks
write an update query that subtracts 2 dates and places the results an
another field.
However, When the process is run, the data can represent different
companies. I know which company we are using at execution time. But each
company uses different dates for the calculation. I don't want to write a
select case statement based on company to get the specific query to use. I'd
rather use a configuration table which contains the companyID and which dates
to use for the calculation.
I am having a lot of trouble in writing one update query which uses the
referenced dates.
Any help would be appreciated.
Thanks