G
Guest
Hi,
I am puzzled about using recordset as the source for forms and report. I
created a form and report for general input and printing out all records. I
then created a form for User Interface for enquiry. I would like to use the
same form/report format for viewing/printing.
I use Openrecordset method to select the recordset. When I read the
postings, most of people suggest to declare the recordset in a public
statement, then using the Open event method to put the selected recordset as
recordsource.
If that is the case, should I create more than one version of form/report?
One for general input and the other for enquiry. It seem to me it is quite
redundant. There must be a better method that I can use the select recordset
to display in a form/report directly.
Can I define the recordsource of a form and report in a public statement?
Please help and thank you very much for your advice.
BL
I am puzzled about using recordset as the source for forms and report. I
created a form and report for general input and printing out all records. I
then created a form for User Interface for enquiry. I would like to use the
same form/report format for viewing/printing.
I use Openrecordset method to select the recordset. When I read the
postings, most of people suggest to declare the recordset in a public
statement, then using the Open event method to put the selected recordset as
recordsource.
If that is the case, should I create more than one version of form/report?
One for general input and the other for enquiry. It seem to me it is quite
redundant. There must be a better method that I can use the select recordset
to display in a form/report directly.
Can I define the recordsource of a form and report in a public statement?
Please help and thank you very much for your advice.
BL