S
sjSQW
I have created a database that stores reviews of various documents (articles,
books, Government reports, etc). I have created a form for entering the data.
And I have created a form for searching the records.
As part of the search feature of the database, I want to be able to use the
Filter By Form feature of Access to select records and then print those
records using Access's reports feature. Using Visual Basic code
(DoCmd.OpenReport...) that I have found online I have set this up and for the
most part it works.
The remaining problem I have seems to be with the Combo Boxes I have in the
form. When I select records using Filter By Form on the basis of a combo box
and then use the command button that sends the filtered records to the
report, a dialogue box appears asking me to 'Enter Paramater Value' for that
combo box. If I type in the filter data, it works, but I really don't want to
have to do this.
Can anyone help?
books, Government reports, etc). I have created a form for entering the data.
And I have created a form for searching the records.
As part of the search feature of the database, I want to be able to use the
Filter By Form feature of Access to select records and then print those
records using Access's reports feature. Using Visual Basic code
(DoCmd.OpenReport...) that I have found online I have set this up and for the
most part it works.
The remaining problem I have seems to be with the Combo Boxes I have in the
form. When I select records using Filter By Form on the basis of a combo box
and then use the command button that sends the filtered records to the
report, a dialogue box appears asking me to 'Enter Paramater Value' for that
combo box. If I type in the filter data, it works, but I really don't want to
have to do this.
Can anyone help?