M
Manuel C via AccessMonster.com
Hi:
I have a form that contains a multiselect listbox (simple multiselect) and a
command button. The listbox shows a list of all reports (about 20) available
for users to print and the command button has an onclick() event for
printing these reports.
The problem i have is that i would like to have a textbox in the form that
shows which reports have been selected.
Example:
lbReportList shows the following available reports:
- Report 1
- Report 2
- Report 3
- Report 4
- Report 5
- Report 6
If the user selects reports 1, 4, and 5 to print, i would like the textbox to
read "Report 1, Report 4, Report 5). This textbox would not be bound to any
tables in my database, i just want to include whatever is in the textbox in
one of my reports.
I have looked everywhere in previous discussions but have not found a clear
answer.
Thanks for your help
I have a form that contains a multiselect listbox (simple multiselect) and a
command button. The listbox shows a list of all reports (about 20) available
for users to print and the command button has an onclick() event for
printing these reports.
The problem i have is that i would like to have a textbox in the form that
shows which reports have been selected.
Example:
lbReportList shows the following available reports:
- Report 1
- Report 2
- Report 3
- Report 4
- Report 5
- Report 6
If the user selects reports 1, 4, and 5 to print, i would like the textbox to
read "Report 1, Report 4, Report 5). This textbox would not be bound to any
tables in my database, i just want to include whatever is in the textbox in
one of my reports.
I have looked everywhere in previous discussions but have not found a clear
answer.
Thanks for your help