G
Guest
Hi,
I have three tables with the following fields:
tblName
NameKey autonumber
Name text
ckName yes/no
tblActivity
ActivityKey autonumber
Activity text
tblNameActivity
NameKey number
ActivityKey number
The tblNameActivity links the tblName and tblActivity tables together.
I have a continuous form using the tblName table as a record source with the
three fields. In the header of the form I have a dropdown box
(cboSelectActivity) where the user selects an activity from the tblActivity
table. I also have a command button. When the user clicks on the command
button, I what to check (turn on) the ckName check boxes for the people in
the selected activity.
Can someone help with the code I need to do this? I can’t figure it out……..
Thanks in advance.
I have three tables with the following fields:
tblName
NameKey autonumber
Name text
ckName yes/no
tblActivity
ActivityKey autonumber
Activity text
tblNameActivity
NameKey number
ActivityKey number
The tblNameActivity links the tblName and tblActivity tables together.
I have a continuous form using the tblName table as a record source with the
three fields. In the header of the form I have a dropdown box
(cboSelectActivity) where the user selects an activity from the tblActivity
table. I also have a command button. When the user clicks on the command
button, I what to check (turn on) the ckName check boxes for the people in
the selected activity.
Can someone help with the code I need to do this? I can’t figure it out……..
Thanks in advance.