D
dfeigen115
I have a form that once filled in completed opens a report. the report has a
subreport. I keep the completed form open until after the report has
successfully displayed. The main report is opened using the DoCmd.OpenReport
function.
The subreport contains data from an existing table in the DB. The subreport
content is selected based on a query that contains a reference to a data
value on the still open form. The format for the reference is:
[forms]![formname]![fieldname]
When the subrport is being opened it doesn't recognize the reference and
prompts for the data value.
Any assistance woudl be appreciated.
Dan
subreport. I keep the completed form open until after the report has
successfully displayed. The main report is opened using the DoCmd.OpenReport
function.
The subreport contains data from an existing table in the DB. The subreport
content is selected based on a query that contains a reference to a data
value on the still open form. The format for the reference is:
[forms]![formname]![fieldname]
When the subrport is being opened it doesn't recognize the reference and
prompts for the data value.
Any assistance woudl be appreciated.
Dan