Bladerunner
Registered User.
- Local time
- Today, 14:35
- Joined
- Feb 11, 2013
- Messages
- 1,799
I tried this last night and though my failure to explain it correctly, I, much less the person who was helping me could not understand it. Let me try again.
Am trying to update a check box (s) in one table.
Here is the sql of the query:
UPDATE tblPurchasingRecord SET tblPurchasingRecord.[Update to MS] = Yes
WHERE (((tblPurchasingRecord.[Update to MS])=No));
This Query runs by correctly pulling up those records where the checkbox = False, NO, etc.
However, it will not place a check in the checkbox to indicate the value has been changed to True, Yes, etc. There are no errors.
Does this make sense?
.
Am trying to update a check box (s) in one table.
Here is the sql of the query:
UPDATE tblPurchasingRecord SET tblPurchasingRecord.[Update to MS] = Yes
WHERE (((tblPurchasingRecord.[Update to MS])=No));
This Query runs by correctly pulling up those records where the checkbox = False, NO, etc.
However, it will not place a check in the checkbox to indicate the value has been changed to True, Yes, etc. There are no errors.
Does this make sense?
.