Combobox Selection To Populate Listbox

T

tony Jacobs

Hi;

Can you please help with code example to populate a list box based on the
value of a combo box. I will need to give the user ability to
select/highlight from list box records to print a report.

Many thanks
 
B

bhicks11 via AccessMonster.com

Hi Tony,

You can use SQL code to populate the listbox or combobox. Make sure you
select table or query as the data source and click on ... to use the query
designer to create the SQL query.

Bonnie

http://www.dataplus-svc.com
 
G

Graham Mandeno

Hi Tony

You will need to give more details. None of us is clairvoyant!

Exactly how do you want the selection in the combo box to affect the records
displayed in the listbox, and how do you want the row(s) selected in the
listbox to affect the content of the report?
 
Top