I have ready invoices and I want to enter the invoice information in a form then print the entered information on the invoice. The enter information is not stored in the database. I tried to make a form witch has text fields with white background. However, this is not a solution because the user has to search the text field locations. My problem is how to pass parameters from a form to a report??
I want to create a form from which the user can enter the invoice data. Then create a report, which reads the parameter from the form. My idea is to create a report with hidden labels. The labels take the text from the form and then I can print the data on the invoice. Please help me.
:confused:
I want to create a form from which the user can enter the invoice data. Then create a report, which reads the parameter from the form. My idea is to create a report with hidden labels. The labels take the text from the form and then I can print the data on the invoice. Please help me.
:confused:
Comment