I am not sure if this is the best way, or if it will even work, but what about if you were to create a report, and in the fields put something like...
=Form_frmMyFormName.txtFieldName
then on the button click, do a
DoCmd.OpenReport "rptMyReportName"
Hope that helps
Mike
Other solutions, could be building the report using VBA (Fun for a total geek like me) or load a table with the data, and opening a form bound to that table.
Mike
EchoVue.com
|