G
Guest
I have a subform within a main form. The query the subform is based on
relies on a field in the main form. How do I reference that field? i.e.:
select phone from phone_tbl where phone_tbl.name = 'field on main form'.
The field on the main form is a value stored in the name table.
Any help would be most appreciated.
Thank you.
relies on a field in the main form. How do I reference that field? i.e.:
select phone from phone_tbl where phone_tbl.name = 'field on main form'.
The field on the main form is a value stored in the name table.
Any help would be most appreciated.
Thank you.