I have about 72 labels on a main form . . like below
I have a query that will contain this label records. I wanted to change the color and do special effect(Raised) when the label name is one of the records in the query.
96311 63614N 63615 635463 26346
12512 26325W 63621 262213 25366
96311 63614N 63615 635463 26346
12512 26325W 63621 262213 25366
96311 63614N 63615 635463 26346
12512 26325W 63621 262213 25366
and it will be attached to an EVENT procedure when the user click the checkbox for the zip code(the labels) on another form, i want to update the main form to do special effects like I mentioned above.
Q: What is the best way to accomplish this.
Thank you,
ET
I have a query that will contain this label records. I wanted to change the color and do special effect(Raised) when the label name is one of the records in the query.
96311 63614N 63615 635463 26346
12512 26325W 63621 262213 25366
96311 63614N 63615 635463 26346
12512 26325W 63621 262213 25366
96311 63614N 63615 635463 26346
12512 26325W 63621 262213 25366
and it will be attached to an EVENT procedure when the user click the checkbox for the zip code(the labels) on another form, i want to update the main form to do special effects like I mentioned above.
Q: What is the best way to accomplish this.
Thank you,
ET