G
Gary
One form which comprises, some controls and a subform.
the subform should only be visible if a radio button has been checked
on the form.
My idea is this:
have the subform default to visible = false.
have an on open on the main form, that checks the value of the radio
button field and if it is 1, which would mean the radio button had been
pressed, then unhide the form.
also have an onclick on the radio button itself, which checks to see if
the radio button is pressed and if it is unhide the form.
Question.
how do i reference the field 'User Type' in the table 'Inital Contact'
from VBA attached to an onclick on a control.
thanks.
Gary
the subform should only be visible if a radio button has been checked
on the form.
My idea is this:
have the subform default to visible = false.
have an on open on the main form, that checks the value of the radio
button field and if it is 1, which would mean the radio button had been
pressed, then unhide the form.
also have an onclick on the radio button itself, which checks to see if
the radio button is pressed and if it is unhide the form.
Question.
how do i reference the field 'User Type' in the table 'Inital Contact'
from VBA attached to an onclick on a control.
thanks.
Gary