I have a dropdown list of managers and a series of checkboxes with divisions.
I need a SP that will add a new record to the tblDivMgrs table for each checkbox that is checked.
the table id designed as follows:
tblDivMgrs
DMID (PK)
MgrName
Division
Page EX:
John Smith (Dropdownbox)
Personnel (checked)
Budget (checked)
MIS (checked)
Legal (checked)
Sales
R & D
Warehouse
So under tblDivMgr you'd see:
1 John Smith Personnel
2 John Smith Budget
3 John Smith MIS
4 John Smith Legal
Any sugestions are greatly appreciated!
Rich O
I need a SP that will add a new record to the tblDivMgrs table for each checkbox that is checked.
the table id designed as follows:
tblDivMgrs
DMID (PK)
MgrName
Division
Page EX:
John Smith (Dropdownbox)
Personnel (checked)
Budget (checked)
MIS (checked)
Legal (checked)
Sales
R & D
Warehouse
So under tblDivMgr you'd see:
1 John Smith Personnel
2 John Smith Budget
3 John Smith MIS
4 John Smith Legal
Any sugestions are greatly appreciated!
Rich O