G
Guest
Hi,
I was wondering if any one might know a quick solution to my problem:
I am trying to set a small system up that users can select any day(s) (i.e.
Mon, Tue, Wed etc) that they want a particular function to occur. Thier
choice can be 1 or all 7 days for selection.
(Basically this is an option group that allows more than one selection)
I have a table called Main which has a one-to-many relationship with a table
called days. So hopefully the main record can have up to 7 related records
in the days table.
My question is can anyone help with the logic to program the 7 option
buttons so that records are added to the days table when a user selects a
particular day? Also, if a user unchecks the option button then the record
will need to be deleted from the days table.
Is there a built in function in access that can do this?
Thanks,
GLT.
I was wondering if any one might know a quick solution to my problem:
I am trying to set a small system up that users can select any day(s) (i.e.
Mon, Tue, Wed etc) that they want a particular function to occur. Thier
choice can be 1 or all 7 days for selection.
(Basically this is an option group that allows more than one selection)
I have a table called Main which has a one-to-many relationship with a table
called days. So hopefully the main record can have up to 7 related records
in the days table.
My question is can anyone help with the logic to program the 7 option
buttons so that records are added to the days table when a user selects a
particular day? Also, if a user unchecks the option button then the record
will need to be deleted from the days table.
Is there a built in function in access that can do this?
Thanks,
GLT.