F
fireytech
I have a query that needs to pull data from 3 tables (1 table holds
the vendor (technician's) name and skill set, 1 table holds all the
vendor contact data, and 1 table that holds a list of zip codes that
the vendor covers. All tables are linked by the vendorID. Since
there may be multiple records in the contacts and coverage tables, how
do create a unique ID for the query? Is it possible to have some auto-
generate id create within the query itself? Somehow I need a unique
number to be assigned to each line of the query.
the vendor (technician's) name and skill set, 1 table holds all the
vendor contact data, and 1 table that holds a list of zip codes that
the vendor covers. All tables are linked by the vendorID. Since
there may be multiple records in the contacts and coverage tables, how
do create a unique ID for the query? Is it possible to have some auto-
generate id create within the query itself? Somehow I need a unique
number to be assigned to each line of the query.