G
Guest
I have searched and read through this board for ideas to implement on one of
my forms. I have not yet used listboxes in my application yet. I have used
the form/continuous subform design effectively, but now I want to do
something a little different and would like to get some feedback from other
users as to what would be a "better" approach... listbox or subform.
The general idea:
On a form place an unbound textbox and in the AfterUpdate event I place an
SQL Query (criteria from textbox) and set the control's (where the results
are returned-subform or lstbox?) control source to this SQL query.
Now I have the records I want to deal with. The user would now select
multiple records (via multiselect listbox OR continuous subform with radio
button??). This could be 1-200 records at a time. The following then needs to
happen with the selected records in the OnClick event of a command button:
-have a report printed... 1 page per record
-have the date this happens be stored in the appropriate DATEfield of
each record.
If you have dealt with something similar to this I would be interested in
how you handled it....
THANKS FOR THE HELP THIS BOARD IS GREAT.
my forms. I have not yet used listboxes in my application yet. I have used
the form/continuous subform design effectively, but now I want to do
something a little different and would like to get some feedback from other
users as to what would be a "better" approach... listbox or subform.
The general idea:
On a form place an unbound textbox and in the AfterUpdate event I place an
SQL Query (criteria from textbox) and set the control's (where the results
are returned-subform or lstbox?) control source to this SQL query.
Now I have the records I want to deal with. The user would now select
multiple records (via multiselect listbox OR continuous subform with radio
button??). This could be 1-200 records at a time. The following then needs to
happen with the selected records in the OnClick event of a command button:
-have a report printed... 1 page per record
-have the date this happens be stored in the appropriate DATEfield of
each record.
If you have dealt with something similar to this I would be interested in
how you handled it....
THANKS FOR THE HELP THIS BOARD IS GREAT.