djeverett01
Programmer
I am working on a project that keeps track of all open positions, applicants, selectee, and other info about a position. What I need to do is be able to archive the position when the hire date of the selectee has been filled. The only problem that I see is that all of the information is in about 4 or 5 tables. Would you make a duplicate of each table and then run an append query to each table to archive the data or would you create one big table to haold all of the info from all of the tables? I need to be able to retreive this data also. Please help if at all possible.
Thanks
Thanks