R
rob p
I have a subreport with a checkbox, date field and amount field. I made an
update query that does 0, null, null to the three fields. This unchecks all
checkboxes and blanks out the other two fields on all records.
How can I set up the query so it will only run on records with the checkbox
checked. In other words, if I have a record unchecked but with a date and
amount I would NOT want that record affected if I ran the update query. Just
the ones with checked box.
Thanks.
update query that does 0, null, null to the three fields. This unchecks all
checkboxes and blanks out the other two fields on all records.
How can I set up the query so it will only run on records with the checkbox
checked. In other words, if I have a record unchecked but with a date and
amount I would NOT want that record affected if I ran the update query. Just
the ones with checked box.
Thanks.