conditional formatting (used for "focus" during data entry)

D

di

I'm in Access 2000. I have created a form to be used for data entry into this database. I want to high-light (flip / reverse) colors to show the clerk which fiend she is in... (where the cursor is) but I can't make it work on a list box - and it's driving me nuts

in a text box, I can use FORMAT / CONDITIONAL FORMATTIN
in a list box, conditional formatting is not an available option

I am sure this is "easy" - but I am new.... and would GREATLY appreciate the help
 
H

Howard Brody

Try changing the BackColor in the GotFocus and LostFocus
events. You can do this with the SetValue action in a
macro.

-----Original Message-----
I'm in Access 2000. I have created a form to be used for
data entry into this database. I want to high-light
(flip / reverse) colors to show the clerk which fiend she
is in... (where the cursor is) but I can't make it work on
a list box - and it's driving me nuts!
 

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