On Format - runtime 459

J

Jim

I have a report with code in the On Format event that was working fine until
today, now I'm getting a runtime error 459. Any ideas as to why it would
stop working?

Me.Label11.Visible = Not Me.rptAccessMW.Report.HasData
Me.Label17.Visible = Not Me.rptAccessSE.Report.HasData
Me.Label19.Visible = Not Me.rptAccessSW.Report.HasData
Me.Label21.Visible = Not Me.rptAccessW.Report.HasData

Thanks,
Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top