I'm new to this so be patient 
I have a table for Customers, with 3 fields: record Id, Company name ( a one-word name for passing a varaible IE Acme) and Description (for full company name IE Acme Widgets, Co.)
I have another table with clients listed. It contains Firstname, lastname, email address, username, password, description and company.
I have a cfform to add a client to the client table. The form is filled out with text boxes with exception of the company, which a pull-down box populated from the company table. I need to be able to add the description to thier record as well, I have no problems getting the company updated, but not sure on how to have the company matched against the company table to pull the description of the company and add it in as well. Any help would be greatfully appreciated.
Thanks,
PT
I have a table for Customers, with 3 fields: record Id, Company name ( a one-word name for passing a varaible IE Acme) and Description (for full company name IE Acme Widgets, Co.)
I have another table with clients listed. It contains Firstname, lastname, email address, username, password, description and company.
I have a cfform to add a client to the client table. The form is filled out with text boxes with exception of the company, which a pull-down box populated from the company table. I need to be able to add the description to thier record as well, I have no problems getting the company updated, but not sure on how to have the company matched against the company table to pull the description of the company and add it in as well. Any help would be greatfully appreciated.
Thanks,
PT