K
KAquestions
Hi all,
I have been working on various code combinations for this, but not getting
anywhere. So was hoping someone could help.
I have a form with 1 bound text box "SID" (PK and FKthroughout DB) and 4
unbound check boxes, and a button called "Confirm"
What i want is when the user clicks "Confirm", if "CheckBox1" is ticked, add
a record to a table "tbl2" with "SID" from for form going to "SID" in the
table, and "Int" in the table becoming "1".
Or else, if the user ticks "Checkbox2", "SID" goes into table, with "Int"
becoming "2"
The table design is just 2 fields
SID
Int
Am i making sense?
Can anyone help?
K
I have been working on various code combinations for this, but not getting
anywhere. So was hoping someone could help.
I have a form with 1 bound text box "SID" (PK and FKthroughout DB) and 4
unbound check boxes, and a button called "Confirm"
What i want is when the user clicks "Confirm", if "CheckBox1" is ticked, add
a record to a table "tbl2" with "SID" from for form going to "SID" in the
table, and "Int" in the table becoming "1".
Or else, if the user ticks "Checkbox2", "SID" goes into table, with "Int"
becoming "2"
The table design is just 2 fields
SID
Int
Am i making sense?
Can anyone help?
K