S
sigh
I am wondering if there was any way that I could create a
report base on the items on the listbox of the form?
Here's my statment and it's only works if I select the
item from the list box.
Docmd.OpenReport "ReportName",,,"[ID] = " & Forms!
[frmMain]![listBox].value
But I want whateven items (depand on what the SQL
statment excuted) show on the list box to be show on the
report.
Any help would be very appreciated
report base on the items on the listbox of the form?
Here's my statment and it's only works if I select the
item from the list box.
Docmd.OpenReport "ReportName",,,"[ID] = " & Forms!
[frmMain]![listBox].value
But I want whateven items (depand on what the SQL
statment excuted) show on the list box to be show on the
report.
Any help would be very appreciated