C
Cynthia
How can I set a default on a combo box in a subform per a field that is set
in the main form? I am already setting the record source on the subform
Me.WireAssignFrm.Form.RecordSource = "Select * from elewires where cableid =
" & ctid & ""
I need the cmbo box cmbTB in the subform to have a default the same as the
name tTB_Name in the main form.
Thank you in advance for any help you can give me on this
in the main form? I am already setting the record source on the subform
Me.WireAssignFrm.Form.RecordSource = "Select * from elewires where cableid =
" & ctid & ""
I need the cmbo box cmbTB in the subform to have a default the same as the
name tTB_Name in the main form.
Thank you in advance for any help you can give me on this