G
Guest
Hey people,
I have created a simplified version of my database for employees off site to
record their hours. I created identical tables so that the data could be
transfered on a weekly basis to the master database through an append query
or something.
There are two tables involved, one has the date, employee ID and an auto ID.
The other is related through the first tables autoID and includes its own
autoID as well as all the details of the hours of that date.
How do I update the same tables in my master database, while maintaining the
relational data?
Thanks
RY
I have created a simplified version of my database for employees off site to
record their hours. I created identical tables so that the data could be
transfered on a weekly basis to the master database through an append query
or something.
There are two tables involved, one has the date, employee ID and an auto ID.
The other is related through the first tables autoID and includes its own
autoID as well as all the details of the hours of that date.
How do I update the same tables in my master database, while maintaining the
relational data?
Thanks
RY