Generate report from form

syntaktik

Registered User.
Local time
Today, 19:31
Joined
Oct 15, 2009
Messages
68
hey, another one of "those" questions.
I have a split form, from there i am filtering one field through a combo box. How do i generate a report from the resulting list? And how do I do open that report through a button after that?
any help would be appreciated.
 
Reports are not generated by forms. To report the data in the form. design the report using essentially the same Record Source query as the form.

The simplest way is to make the two queries identical. However there are several ways the form can influence the ultimate results shown in the report.

http://msdn.microsoft.com/en-us/library/bb238032.aspx
 

Users who are viewing this thread

Back
Top Bottom