R
Robert Sykes
I have 2 tables, a customer information table and a table for the customers
trouble tickets, the tables are related to each other using the CustID field
from the Customers table (CustID is the field in the Customers table, Cust
is the field name in the trouble tickets table). I have 2 forms built, one
that is based off the trouble ticket table (frmtrbtic) and one is based on
the Customers table (frmcustinfo). On frmcustinfo I have a unbound control
that I want to use to searching, I have 2 questions in regards to this:
1) What event type (i.e onclick, afterupate etc) do I use to allow a user to
put the ticket number into the unbound control and hit enter to start the
search.
2) How do I code it so it will open both the form frmtrbtic and find the
correct customer for frmcustinfo.
Hope this makes sense.
trouble tickets, the tables are related to each other using the CustID field
from the Customers table (CustID is the field in the Customers table, Cust
is the field name in the trouble tickets table). I have 2 forms built, one
that is based off the trouble ticket table (frmtrbtic) and one is based on
the Customers table (frmcustinfo). On frmcustinfo I have a unbound control
that I want to use to searching, I have 2 questions in regards to this:
1) What event type (i.e onclick, afterupate etc) do I use to allow a user to
put the ticket number into the unbound control and hit enter to start the
search.
2) How do I code it so it will open both the form frmtrbtic and find the
correct customer for frmcustinfo.
Hope this makes sense.