M
Mark r
Sub Comm_change
if Conference!Form.tag = "flag" Then
ctl form.backcolor = vbred
end sub
error is: Object required
Conference is a subform always visible in the mainform
The Comm_change button is in the Mainform
I want the background of the visible subform to turn red
upon clicking the Comm_change button
if Conference!Form.tag = "flag" Then
ctl form.backcolor = vbred
end sub
error is: Object required
Conference is a subform always visible in the mainform
The Comm_change button is in the Mainform
I want the background of the visible subform to turn red
upon clicking the Comm_change button