microcrafters
Programmer
Hi, I currently have a form called Customers and it has a subform called Invoice which also contains two subforms called Parts and Payments.
Customers
-Invoices
--Parts
--Payments
this form works great. However I need to create a report that looks just like this form that will print only the record i have showing. the forms are links by the following fields
Forms!Invoices!CustomerID = Forms!Customers!CustomerID
Forms!Parts!InvoiceNumber = Forms!Invoices!InvoiceNumber
Forms!Payments!InvoiceNumber = Forms!Invoices!InvoiceNumber
(Note: i just wrote these relationships this way so you can understand what for and field is what)
If i link the report to Forms!Customers!CustomerID than the report will show only that cusomer but list all the invoices.
I simply want to print this form the way i see it with only the current records. and no matter what i try the form always prints all the records so i was told to do this through a report but the report does the same thing.
I've Included a pic of the form if that helps
Please Help
MicroCrafters
Customers
-Invoices
--Parts
--Payments
this form works great. However I need to create a report that looks just like this form that will print only the record i have showing. the forms are links by the following fields
Forms!Invoices!CustomerID = Forms!Customers!CustomerID
Forms!Parts!InvoiceNumber = Forms!Invoices!InvoiceNumber
Forms!Payments!InvoiceNumber = Forms!Invoices!InvoiceNumber
(Note: i just wrote these relationships this way so you can understand what for and field is what)
If i link the report to Forms!Customers!CustomerID than the report will show only that cusomer but list all the invoices.
I simply want to print this form the way i see it with only the current records. and no matter what i try the form always prints all the records so i was told to do this through a report but the report does the same thing.
I've Included a pic of the form if that helps
Please Help
MicroCrafters