ListBox on form (1 Viewer)

gcarpenter

Registered User.
Local time
Today, 15:54
Joined
Oct 21, 2013
Messages
68
I have a report based on a query, the report loads filter based on dates input to the query from Form1 when report loads. I want to filter this report further from a listbox on form2, but I want the listbox rowsource to populate based on a field in the loaded report. Is this possible?
 

Mihail

Registered User.
Local time
Today, 22:54
Joined
Jan 22, 2011
Messages
2,373
This sound for me as a cycle.
Maybe is better to explain what you have and what you wish to do.
 

gcarpenter

Registered User.
Local time
Today, 15:54
Joined
Oct 21, 2013
Messages
68
What I meant to say is I have a report that loads from a form with the control source of the report based on a parameter query, the report is loaded with Me.Filter based on the criteria chosen from the form. I want a command button on the report to load another form with a listbox to further filter the report, the second form has a list box on it, I want the rowsource of that listbox on the second form to be based on the filtered recordset that loaded the report initially. Is this possible?
 

Users who are viewing this thread

Top Bottom