dodaniel
Posts: 43
|
Posted: 08/22/2016, 12:35 PM |
|
I have a Listbox to select a department name (from Dept table) and currently it populates my SQL table (employee table) with the department number. I also need to populate another field in my table (employee table) for badge_type that will place the selected department's badge_type value (from BadgeType table) into the employee's record.
Is it possible to populate 2 fields based on the department selection? If so, how would I go about getting the badge type value into the employee's record?
|
 |
 |
|