Hai, I have a form where few checkbox contorls like
chk_File
chk_UserManagem ent
chk_Transaction
and a commanbutton named submit
and a database in access where few fields in User Table like
FileAcess
UMAcess
TransactionAcce ss
I want set if i click on submit button then if chk_File is checked then the value of FileAccess field in database will Y else N. Simillerly if chk_Transaction is checked means value 1 then in database UserTable TransactionAces s field value will be Y else N. How i can set this
Please help me
chk_File
chk_UserManagem ent
chk_Transaction
and a commanbutton named submit
and a database in access where few fields in User Table like
FileAcess
UMAcess
TransactionAcce ss
I want set if i click on submit button then if chk_File is checked then the value of FileAccess field in database will Y else N. Simillerly if chk_Transaction is checked means value 1 then in database UserTable TransactionAces s field value will be Y else N. How i can set this
Please help me
Comment