Ive been struggling with this for sometime, and no matter how many times ive tried to google it, i just cant seem to find my answer. Its probably glaringly obvious.
My question is: How do I use an unbound checkbox, in a sub-form, to select specific records and then generate a report that references those specific ones i selected?
Eg: the form/subform:
Name Number Selected John Smith +27 234189347 X Peter Paul +27 879872319 Mark Luke +27 8977541631 x
The user then selects the records they want, then follow through to a report which shows only John and Mark' numbers, not Peter's
Ive tried:
1. adding a "selected" yes/no in the underlying tables, but this is not feasible do to table size, maintenance, etc.
2. Adding an unbound checkbox in a continuous form/table - thick changes all occurrences of the checkbox to the same value
3. Considered adding a custom field in a query, but not sure how i would do that without prompting for user input every time the underlying form is shown
I know there is an answer out there, i just cant seem to think of it myself. Any help or suggestions are welcome.
Thanks in advance,
(For traffic reasons it may be important to note that my Access FrontEnd runs of a mysql database online.)