G
Guest
Newbie here.
I am creating an ID badge app. I want each
new staff person's record entered in my form
to be appended to the MASTER TABLE of all
employees. No problem.
I am using a report to display/format all the
id Badges for printing. Since I need to print
only the latest staff badges at one time not
a whole page (for example, just print the
badges for 2 staff just hired today), I am
thinking the best thing to do is have the ID
Badge report draw from another TEMPORARY
TABLE that just contains the records I want
to print today.
This requires having the form append the new
staff records to the MASTER TABLE and at the
same time replacing all the records on the
TEMPORARY TABLE with these new staff
records...so my report will print only these
new ones.
I looked over the help file and discussion
threads and am still not sure the best way to
do these things:
1.) cause a form to put the same records on
two tables (identical fields)
2.) have the records be appended to the
'master' table and replace all records on the
'temporary' table
Appreciate any leads.
Thanks much.
Paul
(e-mail address removed)
I am creating an ID badge app. I want each
new staff person's record entered in my form
to be appended to the MASTER TABLE of all
employees. No problem.
I am using a report to display/format all the
id Badges for printing. Since I need to print
only the latest staff badges at one time not
a whole page (for example, just print the
badges for 2 staff just hired today), I am
thinking the best thing to do is have the ID
Badge report draw from another TEMPORARY
TABLE that just contains the records I want
to print today.
This requires having the form append the new
staff records to the MASTER TABLE and at the
same time replacing all the records on the
TEMPORARY TABLE with these new staff
records...so my report will print only these
new ones.
I looked over the help file and discussion
threads and am still not sure the best way to
do these things:
1.) cause a form to put the same records on
two tables (identical fields)
2.) have the records be appended to the
'master' table and replace all records on the
'temporary' table
Appreciate any leads.
Thanks much.
Paul
(e-mail address removed)