T tico78 Registered User. Local time Today, 01:39 Joined Mar 10, 2003 Messages 14 Mar 13, 2003 #1 Hi: I need to create a button in my Client's Form that prepares a Report with the information contained in the form. HOw can I do That?
Hi: I need to create a button in my Client's Form that prepares a Report with the information contained in the form. HOw can I do That?
L llkhoutx Registered User. Local time Yesterday, 19:39 Joined Feb 26, 2001 Messages 4,018 Mar 13, 2003 #2 One way is to create a report form the database window by right-clicking your form and saving it as a report. Aother is to create a report with your form recordsource and criteria, then add a button to your form opening that report.
One way is to create a report form the database window by right-clicking your form and saving it as a report. Aother is to create a report with your form recordsource and criteria, then add a button to your form opening that report.