Error 2427 - Unable to debug

E

EdAROC

Access 2007.
Report runs OK standalone.
Error occurs when run via a form.
Code in the form:
DoCmd.OpenReport "rptSCHCards", acViewPreview

Code where error occurs:
GroupHeader1.BackColor = Me.txtBackColor

Note - If I remove the above statement then another statement, where a
report object (i.e. Me.) - is referenced will trigger the 2427 error.
 

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