I have a field that can have multiple values based on a lookup table. As the codes are selected they will be stored in different orders on different records -- ie Record A can have a value of 01,01.140,02 and Record B can have a value of 09,03,01.140.
Because several of the codes start with '01' I'm having trouble getting only records with 01. Those that have values like 01.140 are also being selected.
Does this make a bit of sense? Any ideas?
Thanks in advance.
Because several of the codes start with '01' I'm having trouble getting only records with 01. Those that have values like 01.140 are also being selected.
Does this make a bit of sense? Any ideas?
Thanks in advance.