Hi all,
I have a pre-defined table with several fields. I'm trying to create a
form that'll have a drop down list showing several records (e.g.names
from the table) and several check boxes that'll indicate status (e.g. a
checked box could mean married/single, >40 or <40 etc.). I'd like to
write data to this table - for example if I check or uncheck a box, a
"YES" or "NO" should be written to that particular field in the table.
I'd also like to know if I can use this form in a "view" mode where the
user cannot edit data and in a separate "edit" mode to write data to
the table. I'm very new to access database programming but will catch
up with some basic tips. I tried to search the group but could not find
anything related to check boxes. My apologies if this question has been
previously posted (please point me to it!). Really appreciate any help.
Thanks.
I have a pre-defined table with several fields. I'm trying to create a
form that'll have a drop down list showing several records (e.g.names
from the table) and several check boxes that'll indicate status (e.g. a
checked box could mean married/single, >40 or <40 etc.). I'd like to
write data to this table - for example if I check or uncheck a box, a
"YES" or "NO" should be written to that particular field in the table.
I'd also like to know if I can use this form in a "view" mode where the
user cannot edit data and in a separate "edit" mode to write data to
the table. I'm very new to access database programming but will catch
up with some basic tips. I tried to search the group but could not find
anything related to check boxes. My apologies if this question has been
previously posted (please point me to it!). Really appreciate any help.
Thanks.
Comment