I'm extremely stupid today, so I need help. I have a textbox(Cool)on a form named(Contacts). This textbox has a number from 1 to 10 entered in it by an operator. I've got a report generated from a quary from that form named(Contact Quary). That brings up a single file report based on a Contact name and some other Label's. Based on the number entered in[Contacts.Cool] I would like to have an "X" put into another label with a Name Label1, Label2, Label3, etc. So if Cool(number) is 1 then put an "X" in Label1.Caption, If Cool(number) is 2 then put an "X" in Label2.Caption. Help please!