Error calling a Field

  • Thread starter Thread starter Maracay
  • Start date Start date
M

Maracay

Hi Guys,

I want to use a field from another form the from is frmMasterData and the
fields is txtprocess3, this field is Yes / No the one with the check mark,
for some reason the instruction bellow is giving me an error.

If frmMasterData.Form.txtprocess3 = True Then
MsgBox ("Process3 Is True")
End If

Any help will be appreciated

Thanks
 
Back
Top