G
gregatvrm
I'm a newbie.
I have a form named "Form1" that has an unbound listbox that shows me the
dates from a table named "Invoice". I need to open my report named,
"PreviousInvoices" with the information from my table for that selected date.
Can I have it open the report from a OnChange event? How can I write the vba
code to open my report with only the information related to the date selected
from the listbox and where do I put this code? Should I make a query and get
my data for the report from it?
Thanks for the help.
I have a form named "Form1" that has an unbound listbox that shows me the
dates from a table named "Invoice". I need to open my report named,
"PreviousInvoices" with the information from my table for that selected date.
Can I have it open the report from a OnChange event? How can I write the vba
code to open my report with only the information related to the date selected
from the listbox and where do I put this code? Should I make a query and get
my data for the report from it?
Thanks for the help.