Update Checkboxes

E

EllenM

Hello,
I'd like to add checks to some checkboxes with an update query. My guess on
how to do it looks like this:

UPDATE FCNsOnTheWeb INNER JOIN ScanTracking ON FCNsOnTheWeb.TextField2 =
ScanTracking.TextField2 SET FCNsOnTheWeb.ScanningComplete = "yes";

Can someone help me?

Thanks in advance,
Ellen
 
E

EllenM

Ha ha, I got it:

UPDATE FCNsOnTheWeb INNER JOIN ScanTracking ON FCNsOnTheWeb.TextField2 =
ScanTracking.TextField2 SET FCNsOnTheWeb.ScanningComplete = True;

I appreciate this forum!! I think merely posting a question sometimes
provokes enough thought to solve the problem.
 

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

Top