Stemdriller
Registered User.
- Local time
- Today, 02:23
- Joined
- May 29, 2008
- Messages
- 187
I have two bound forms both associated with separate tables. When a Check Box has been selected in Form 1 (frmPMSReq), I would like a button on Form 2 (frmContractHeader) to become visible when Form 2 is loaded.
I have tried - On Form Loaded
If [Forms]![frmPMSReq]![SelectionRequired] = True Then
cmdPMS.Visible = True
It would appear the issue is that frmContractheader cannot find frmPMSReq. Microsoft Access cannot find referenced form 'frmPMSReq'.
Any help please
Thanks
Gareth
I have tried - On Form Loaded
If [Forms]![frmPMSReq]![SelectionRequired] = True Then
cmdPMS.Visible = True
It would appear the issue is that frmContractheader cannot find frmPMSReq. Microsoft Access cannot find referenced form 'frmPMSReq'.
Any help please
Thanks
Gareth