I've tried searching for earlier posts like this but to no avail.
I've got a list box on a form - list box is called "themelist"
Form is called "visitinfo"
Users can select up to 14 different options, which I then need to update a table with 14 different "yes/No" fields. (Other fields in this table also)
These yes/no fields are not included on the form - other fields are but form is based on the same table.
Problem is - I can't get it to update.
Code sample:
If [themelist] = "Daily Life" Then
[daily life] = "Yes"
Else:
[daily life] = "No"
End If
etc. etc. for the 14 various fields.
I've got a list box on a form - list box is called "themelist"
Form is called "visitinfo"
Users can select up to 14 different options, which I then need to update a table with 14 different "yes/No" fields. (Other fields in this table also)
These yes/no fields are not included on the form - other fields are but form is based on the same table.
Problem is - I can't get it to update.
Code sample:
If [themelist] = "Daily Life" Then
[daily life] = "Yes"
Else:
[daily life] = "No"
End If
etc. etc. for the 14 various fields.