I don't really know where to start with this one guys and gals!
I have an unbound field (txtjob) on an unbound selection form. I run a query based on the value entered in (txtjob). The criteria is as follows: >=UCase([txtjob]) and <=Ucase([txtjob]) & 'z' and works a treat.
However, I would now like to be able to run the same (or similar) query but, looking at several values for (txtjob). Rather than putting the criteria in the query on 5 or 6 rows (looking at 5 or 6 unbound fields), I was wondering whether this might be a case of using an Array - or something fancy in the coding area!
Is there anyone who may have come across a similar problem and if so, how did you get over it? Any suggestions would be gratefully received. NKA
The answer's always easy - if you know it! ;-)
I have an unbound field (txtjob) on an unbound selection form. I run a query based on the value entered in (txtjob). The criteria is as follows: >=UCase([txtjob]) and <=Ucase([txtjob]) & 'z' and works a treat.
However, I would now like to be able to run the same (or similar) query but, looking at several values for (txtjob). Rather than putting the criteria in the query on 5 or 6 rows (looking at 5 or 6 unbound fields), I was wondering whether this might be a case of using an Array - or something fancy in the coding area!
Is there anyone who may have come across a similar problem and if so, how did you get over it? Any suggestions would be gratefully received. NKA
The answer's always easy - if you know it! ;-)