shadowspell
New member
- Local time
- Today, 15:52
- Joined
- Apr 8, 2003
- Messages
- 8
After the fact, I was asked to create a selection box for a field "Posting Type" rather than have the user check a box to indicate a "Posting" is to take place.
I would like to run a query that would the check the "Posting" checkboxes and if the box is checked, autopopulate the selection box field with one of the values in it.
I'm thinking I need to run a change query, that would check the value of the checkbox, "=(Abs([Posting])) >0" and do a 'change to' to the "Posting Type" selection box field.
Am I on the right track here?
Thanks,
Chris
I would like to run a query that would the check the "Posting" checkboxes and if the box is checked, autopopulate the selection box field with one of the values in it.
I'm thinking I need to run a change query, that would check the value of the checkbox, "=(Abs([Posting])) >0" and do a 'change to' to the "Posting Type" selection box field.
Am I on the right track here?
Thanks,
Chris