B
bw
I have two Datasheet Subforms (frmAutoSubform1, frmAutoSubform2) which
reference the same text field (txtCar) in a query.
Each subform names this field txtCar1 and txtCar2, so that I may populate
these fields with VB.
1. If I specify that these fields are NOT visible, they still show on the
forms. I don't want them to appear on the forms.
2. If I delete these fields from the forms, then I can't refer to them in
VB.
How do I refer to these fields in VB, but not have them appear on the forms?
Thanks,
Bernie
reference the same text field (txtCar) in a query.
Each subform names this field txtCar1 and txtCar2, so that I may populate
these fields with VB.
1. If I specify that these fields are NOT visible, they still show on the
forms. I don't want them to appear on the forms.
2. If I delete these fields from the forms, then I can't refer to them in
VB.
How do I refer to these fields in VB, but not have them appear on the forms?
Thanks,
Bernie