Check box in Forms

lekkala

Registered User.
Local time
Today, 06:53
Joined
Jan 3, 2018
Messages
17
Is there a way to populate the check box in a form as checked based on a Query? I mean can I compare two columns and if the value matches i need to populate the checkbox as marked.
 
Yes....if you give more precise details then you'll get a more informative answer 😊
 
You need to prepare a update query where two column value are = to each other. The checkbox is updated to Yes for records where two column value are equal.
 

Users who are viewing this thread

Back
Top Bottom