G
George
tblSavedSettings
field1 SettingID (Autonumber)
field2 ControlName (text)
field3 Setting (Numeric Long Int)
cboSection, let's say, has a value of 10
tblSavedSettings field 2 has a value of "cboSection" in one record (could be
any record)
1) How do I read the "10" in the combo box and put it into the row of
tblSavedSettings that has a value of "cboSection" in field2 and then update
the same record with "10" in field3?
2) On Load - how do I read it and put the "10" into frmMain.cboSection ?
field1 SettingID (Autonumber)
field2 ControlName (text)
field3 Setting (Numeric Long Int)
cboSection, let's say, has a value of 10
tblSavedSettings field 2 has a value of "cboSection" in one record (could be
any record)
1) How do I read the "10" in the combo box and put it into the row of
tblSavedSettings that has a value of "cboSection" in field2 and then update
the same record with "10" in field3?
2) On Load - how do I read it and put the "10" into frmMain.cboSection ?