S
Stever
I have a button that opens a report (SubmittalReport). The record set that
the report is based on does not include one piece of information that I
would like included in the report. I would like to pass a value to a field
called MainFolderName. Below is what I have tried. I don't get any errors
but the information never shows up in the field.
DoCmd.OpenReport stDocName, acViewPreview, , stWhere
Reports!SubmittalReport!MainFolderName = me.stFolderName
DoCmd.RepaintObject acReport, "SubmittalReport"
Thanks in advance for any suggestions you may have.
Steve
the report is based on does not include one piece of information that I
would like included in the report. I would like to pass a value to a field
called MainFolderName. Below is what I have tried. I don't get any errors
but the information never shows up in the field.
DoCmd.OpenReport stDocName, acViewPreview, , stWhere
Reports!SubmittalReport!MainFolderName = me.stFolderName
DoCmd.RepaintObject acReport, "SubmittalReport"
Thanks in advance for any suggestions you may have.
Steve