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
 

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

Back
Top