Hi,
How can I do to create a report depending of some fields of a form?
For example, the user select the accountNum of a client and click on a button to generate a report.
And the report contains the accountNum of this client and some data about him.
Thanks,
Vince
0
Comments
Or are you asking if it's possible (as a user) to do the synchronization with all reports called from a specific form ?
A form with a grid with some informations about clients. The user makes some filters on this grid to obtain the clients he wants. Then by clicking on the button a report is generated showing the list of all the counties and
the number of clients in each county.
The problem:
The problem is, when I pass the datasource of the form to the report I can display the list of the corresponding clients in the report. But when I want to add another datasource to the report (the County Table), it doesn't function.
Vince
It sounds to me like synchronization between the form and the report is not necessary, or am I completely missing the point ?
Maybe you could alter the form by inner joining the county table on the client table, and then passing the datasources to the report ?