S
Shanin
I have a question if this will work. We use a FoxPro software for our
payroll. Current data is stored in table tktimcrd. Quarterly, to reduce the
size of the active database, we are supposed to archive this, which I have
yet to do since we just got it. That data is stored in table tk_arch.
I created forms in access so we can run custom reports from the current
table tktimcrd. I'm thinking to avoid confusion among staff and having two
separate queries for everything and having to relay what information has been
archived, could I just create a union query to pull that information from
both tables and then base my other queries off of that? What happens now is
most reports require a date range to be entered. Would that screw things up
if part of the date range is in table tktimcrd and part in table tk_arch? I
tried to make a test query but I kept getting ODBC error #200. I don't know
if that is because nothing is in tk_arch yet or if I'm just missing
something. The fields in the two tables are identical.
payroll. Current data is stored in table tktimcrd. Quarterly, to reduce the
size of the active database, we are supposed to archive this, which I have
yet to do since we just got it. That data is stored in table tk_arch.
I created forms in access so we can run custom reports from the current
table tktimcrd. I'm thinking to avoid confusion among staff and having two
separate queries for everything and having to relay what information has been
archived, could I just create a union query to pull that information from
both tables and then base my other queries off of that? What happens now is
most reports require a date range to be entered. Would that screw things up
if part of the date range is in table tktimcrd and part in table tk_arch? I
tried to make a test query but I kept getting ODBC error #200. I don't know
if that is because nothing is in tk_arch yet or if I'm just missing
something. The fields in the two tables are identical.