Conditional Formating

  • Thread starter Thread starter Bob
  • Start date Start date
Not sure what you're asking -- do you mean what expression or test do you
use in the Conditional Formatting for a control to test if it's empty? If
yes, select Expression Is and use this (replace generic name with actual
name of the control):

Len([NameOfControlGoeshere] & "") = 0
 
Brilliant :) Thanks Bob

Ken Snell (MVP) said:
Not sure what you're asking -- do you mean what expression or test do you
use in the Conditional Formatting for a control to test if it's empty? If
yes, select Expression Is and use this (replace generic name with actual
name of the control):

Len([NameOfControlGoeshere] & "") = 0


--

Ken Snell
<MS ACCESS MVP>

Bob said:
If there is no data , how do you do that???


Thanks in advance.........Bob Vance
 

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

Similar Threads


Back
Top