Updating a table's yes/no field based on another table

max117

New member
Local time
Yesterday, 16:25
Joined
Jul 13, 2018
Messages
2
Hi,

I'm new to Access so the question below might be better stated:

I'm trying to update the yes/no field from one table containing a list of members based on whether their last name appears on another table. If their name is in the other table then I want the cell corresponding to them to be checked and if not unchecked.

Is this possible?
 
Yes, make an update query,
Join the 2 tables on the like field, set any criteria,
Set field= true
 
Ranman256 and Pat,

Your advice worked perfectly! Thank you for all the help.

Max
 

Users who are viewing this thread

Back
Top Bottom