I have a multi-value field on a form that I want to examine. I would like to see if my field (that I called Forms!FrmVisitAdd.Holidays has a certain word in it.
Is there one field I can examine to check that? i.e. Let's say the box choices are:
New Years Day
Mothers Day
Christmas
Boxing Day
If the data operator chose Mothers Day and Christmas, the box in the form wouid say:
Mothers Day, Christmas
I want to see if "Christmas" was one of the choices. I would like to code something like:
If FrmVisitAdd.Holidays like "*Christmas*" then.....
So, is there one field that will show me the contents of the multivalue box?
Thank you, and Happy New Year.
Is there one field I can examine to check that? i.e. Let's say the box choices are:
New Years Day
Mothers Day
Christmas
Boxing Day
If the data operator chose Mothers Day and Christmas, the box in the form wouid say:
Mothers Day, Christmas
I want to see if "Christmas" was one of the choices. I would like to code something like:
If FrmVisitAdd.Holidays like "*Christmas*" then.....
So, is there one field that will show me the contents of the multivalue box?
Thank you, and Happy New Year.