J
John
I have set up a database for my one man autoelectrical business. I have the
tables and forms setup ok and can input all data.
I want to do something simular to the orders setup in the Northwind sample
database. I would appreciate if someone could give me an overview of what is
going on when a user clicks on the "print invoice" button on the orders
form.
DoCmd.OpenReport strDocName, acViewNormal, "Invoices Filter"
is the primary command from this cmd button. How does this filter query work
and where does it relate to the query "Invoices" that contains the actual
data.
Any help greatly appreciated
John
tables and forms setup ok and can input all data.
I want to do something simular to the orders setup in the Northwind sample
database. I would appreciate if someone could give me an overview of what is
going on when a user clicks on the "print invoice" button on the orders
form.
DoCmd.OpenReport strDocName, acViewNormal, "Invoices Filter"
is the primary command from this cmd button. How does this filter query work
and where does it relate to the query "Invoices" that contains the actual
data.
Any help greatly appreciated
John