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
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