gmmccarthy
Gary
- Local time
- Yesterday, 23:00
- Joined
- Nov 28, 2005
- Messages
- 20
I have set three yes/no check boxes so I can use them in a query to see if results are in another field.
One example:
After Update Event:
If me.pickupdate.value is not null
me.pickupdateckbox.value = true
end if
This works except it gives the true value to all the checkboxes on every record.
Am I using the me. incorrectly? Does it refer to all the records in the form and not just the current record?
Thanks.
One example:
After Update Event:
If me.pickupdate.value is not null
me.pickupdateckbox.value = true
end if
This works except it gives the true value to all the checkboxes on every record.
Am I using the me. incorrectly? Does it refer to all the records in the form and not just the current record?
Thanks.