I have a form that has four check boxes, Tier 1, Tier 2, Tier 3 and All Outlets. Each of those checks has a value of 1,2,3 and 4 respectively.
I was hoping to assign a text value to each of these checks, but it only allows a number.
I have a table with 60,000+ records that contains a field called “Tier” and each record is assigned a Tier Value based on levels of sales.
Now what I want to do is filter out the records in a query based upon which Tier level the end-user wants to see. I was hoping to assign a text value (e.g. check box #1 “Tier 1” would have a value when checked of “Tier 1” instead of the number one, but it only let’s me assign a number to the value of each check box.
To make things even more difficult, I want to have the query show all records if the “All Outlets” check box is selected.
Can anyone think of an easy way to accomplish this?
p.s. I did it fairly easily by using a drop down box (the end-users selection would match up with the text value in the table) but I like the look of check boxes for this much better
Thanks, Paul