S
swas
Hello,
I want to create a list of records from a table and display in a subform.
That's no worries.
Against these records I want to have a checkbox so the user can select those
records wanted, to generate some reporting requirements.
The question is, how can I do this? I am assuming continuous form view. If
the checkbox is unbound then when checked, all records check. I could bind
the checkbox to a field, but it is only for this form - I don't want to store
the value permanently. I have nothing to bind it to.
Is the only solution a temoprary table with a checkbox? Can I generate a
checkbox only for a given form, or must it be bound to a table?
Thanks in advance.
swas
I want to create a list of records from a table and display in a subform.
That's no worries.
Against these records I want to have a checkbox so the user can select those
records wanted, to generate some reporting requirements.
The question is, how can I do this? I am assuming continuous form view. If
the checkbox is unbound then when checked, all records check. I could bind
the checkbox to a field, but it is only for this form - I don't want to store
the value permanently. I have nothing to bind it to.
Is the only solution a temoprary table with a checkbox? Can I generate a
checkbox only for a given form, or must it be bound to a table?
Thanks in advance.
swas