How Do I Concatinate fields into a key field
I am pulling information from three different tables into a new table.
Tables:
Job_Master
Vendor_Master
Insurance_Master
Job_Detail
Example: On my form I have a combo boxes that I use for searching for the job_number from my Job_Master table, Vendor_Abbrev from the Vendor_Master table and the Insurance_number from the Insurance_Master table. I then want to save this newly formed key and these fields into the Job_Detail table.
How can this be done?
|