A
Amanda
I've been using Allen Browne's "Search Criteria" example form
(http://allenbrowne.com/ser-62.html) to create a Animal Quick Entry form
that allows the user to preview a batch of animals based on selected
criteria(the "preview" is the continuous form in the example), remove animals
they do not want included in the batch, and then create journal records for
each of those animals in one go. The form is set up almost exactly like the
example, and is working nicely.
The next step:
I have added an unbound checkbox to the continuous form, with the intent
that when the filter is applied by selecting the Preview button, the list of
animals will be shown with a checkbox by their name automatically selected.
I added code to set the checkbox to true when the preview button is clicked,
but if I uncheck the checkbox, all the checkboxes are unchecked.
How do I associate the checkbox with that animal's record, so the checkboxes
can be unchecked individually?
I will later be adding a subform to the header to create a journal entry for
each selected animal that is checked.
Thanks, Amanda
(http://allenbrowne.com/ser-62.html) to create a Animal Quick Entry form
that allows the user to preview a batch of animals based on selected
criteria(the "preview" is the continuous form in the example), remove animals
they do not want included in the batch, and then create journal records for
each of those animals in one go. The form is set up almost exactly like the
example, and is working nicely.
The next step:
I have added an unbound checkbox to the continuous form, with the intent
that when the filter is applied by selecting the Preview button, the list of
animals will be shown with a checkbox by their name automatically selected.
I added code to set the checkbox to true when the preview button is clicked,
but if I uncheck the checkbox, all the checkboxes are unchecked.
How do I associate the checkbox with that animal's record, so the checkboxes
can be unchecked individually?
I will later be adding a subform to the header to create a journal entry for
each selected animal that is checked.
Thanks, Amanda