list box on report

S

seeker53

I have a listbox on a report whose rowsource is dependent upon a client
number on the report. I have placed the me!lboCarriers = sql statement in
the format for the detail and receive an error that a rowsource cannot appear
after format or printing try putting it in the onopen which I do and the list
box is not populated with anything because the client id box on the report is
not populated yet. Any suggestions.
 
Top