I have a main form, FrmMain. Put a button to open "FrmPrice". Works OK. In FrmPrice I put another button that open a report, ReportOffer, based on FrmPrice. Works OK too.
I tried to put a button in FrmMain to directly open FrmPrice and then open ReportOffer, the code failed in calculated control with #error.
Tried to put me.Requery. Didn't help.
Please help... Thanks
*Access 2007
I tried to put a button in FrmMain to directly open FrmPrice and then open ReportOffer, the code failed in calculated control with #error.
Code:
DoCmd.Openform "FrmPrice" DoCmd.Openreport "ReportOffer"
Please help... Thanks
*Access 2007
Comment