Situation: Button, cmdApril , on form, frmClient, becomes visible in April, imagine that. When click get MsgBox with Yes No. Yes = print a report. But prior to printing the report rptJonCombined a label on subrptHUDYearlyTotals must become visible. I tried the following without success I also used “!” without success.
Case vbYes
rptJonCombined.subrptHUDYearlyTotals.lblEndReport.Visible = True
DoCmd.OpenReport “rptJonCombined”
Any help would be appreciated. Thank you. Fay