C
Curtis Stevens
You have a main form, you want to search for data in a sub form. Main form
ties to main table. Sub form ties to another table, that has a relationship
to main table. So this subform is basically more info on the main record in
main form. Like main form is customer's info, sub form is owners info, so
you can have more than one owner, etc.
Now, I have merchants name in this sub table / form, split up into two
fields, first & last name. If I wanted to search all the records by
merchant's name, only way I could find was put that table's fields in the
query, so customers table & merchantinfo table both had values listed in the
select query.
BUT the records are locked, you can update them, etc.
Any suggestions?
Thanks
Curtis
ties to main table. Sub form ties to another table, that has a relationship
to main table. So this subform is basically more info on the main record in
main form. Like main form is customer's info, sub form is owners info, so
you can have more than one owner, etc.
Now, I have merchants name in this sub table / form, split up into two
fields, first & last name. If I wanted to search all the records by
merchant's name, only way I could find was put that table's fields in the
query, so customers table & merchantinfo table both had values listed in the
select query.
BUT the records are locked, you can update them, etc.
Any suggestions?
Thanks
Curtis