Retrieving checkbox results from access db through form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a query to a database which was initially populated with
check boxes, how can I retrieve the check with on or off.
Thanks
 
Say you stored it as 0 or 1 in the database then it would be something
like this:
if (DBResult = 1) Then checkbox.checked = True.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top