Change background color

J

jack

I have a form in continuous view that is bound to a
query. I would like the OnClick event to change the
background color for only that selected textbox. If
another text box is selected then the background color
will change and the previous clicked textbox will retain
the background color. How do I accomplish this?

Thanks in advance
 
K

Ken Snell

Look at Conditional Formatting. Also check out www.lebans.com for some other
possibilities.

You cannot change the background color of one textbox via code in a
continuous forms view without changing the same textbox on each record. That
is because there really is just one textbox, shown multiple times for the
different records. Thus, what you do to one is done to all!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top