D
Dan
I know the easiest way to update 1 record is to making a change directly in
the Form field, however I need to show this change in a report. I have an
employee tracking database which show name,address, wage, job, department
etc...When I change their wage, dept or job I need to produce a report which
will show current wage, job, or dept and also show the new wage, job or dept.
If I just update the form field, I cannot show all the information on the
report.
Should I create a temporary table to store the new wage, job or dept, print
the report, then use an append/update query to move the new data to the main
table. or is there a better way to achieve the results I need. I need the
report to submit to other departments to have the information updated in
other software programs.
thanks for your help.
the Form field, however I need to show this change in a report. I have an
employee tracking database which show name,address, wage, job, department
etc...When I change their wage, dept or job I need to produce a report which
will show current wage, job, or dept and also show the new wage, job or dept.
If I just update the form field, I cannot show all the information on the
report.
Should I create a temporary table to store the new wage, job or dept, print
the report, then use an append/update query to move the new data to the main
table. or is there a better way to achieve the results I need. I need the
report to submit to other departments to have the information updated in
other software programs.
thanks for your help.