Update Query

Mike Hughes

Registered User.
Local time
Today, 15:23
Joined
Mar 23, 2002
Messages
493
I have two tables.
The first is called 2tbl and the second is called final
I want to write a query where
if 2tbl.date_end=12/31/9999 populate final.emp as "yes"
and 2tbl.mem = final.mem

Any ideas?

Thanks Mike
 
Join the tables on mem put your criteria in 2tbl.date_end and your update to "yes" in final.emp

Brian
 
Great,
Thanks Mike
 

Users who are viewing this thread

Back
Top Bottom