D
danbuscaglia
I have two tables. One is called tblImport and the other
tblVacationCerts
I have a list of Vacation Cert #'s in tblVacationCerts, and for every
order that gets imported into tblImport, I need to assign 1 Vacation
Cert # and then never use it again. I dont know how to use a Union
Query to update the Vacation # into tblImport as well as flag it as
used in tblVacationCert.
1) is using a union query as source in an update query the right way to
do this?
2) if not, can anyone help me figure out how to tackle this problem.
Excuse my novice, I am an undergrad doing IT work for a small business
with no other programmers around.
tblVacationCerts
I have a list of Vacation Cert #'s in tblVacationCerts, and for every
order that gets imported into tblImport, I need to assign 1 Vacation
Cert # and then never use it again. I dont know how to use a Union
Query to update the Vacation # into tblImport as well as flag it as
used in tblVacationCert.
1) is using a union query as source in an update query the right way to
do this?
2) if not, can anyone help me figure out how to tackle this problem.
Excuse my novice, I am an undergrad doing IT work for a small business
with no other programmers around.