M
Mark R
Why am I getting error: OBJECT REQUIRED
I've narrowed it down to this code:
If Conferencesubformname.Form.Tag = "comm_red" Then
Conferencesubformname.Form.Backcolor = vbred
end if
============================
If Conferencesubformname!Form.Tag = "comm_red" Then
Conferencesubformname!Form.Backcolor = vbred
end if
BOTH SETS OF CODE CAUSE THE ERROR.
I have "comm_red" typed into the .Tag property of
the visible sub form named CONFERENCE
What is going on here?
I've narrowed it down to this code:
If Conferencesubformname.Form.Tag = "comm_red" Then
Conferencesubformname.Form.Backcolor = vbred
end if
============================
If Conferencesubformname!Form.Tag = "comm_red" Then
Conferencesubformname!Form.Backcolor = vbred
end if
BOTH SETS OF CODE CAUSE THE ERROR.
I have "comm_red" typed into the .Tag property of
the visible sub form named CONFERENCE
What is going on here?