conditional formatting

D

DMainland

Can I set conditional formatting to white out a date field on the condition
that a second field on the same form is not null. If so, how?
 
J

Jeff Boyce

If you use a query to 'feed' your form, you could do that comparison in the
query itself.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
D

DMainland

Currently, a field [mailingdate] is populated with today's date when a second
field, [MonthNotarized] is entered. The mailingdate field appears on a
report for three different senarios of service of documents. I want it to
appear in only two out of the three as a mailingdate is not appropriate in
the third senario. I thought if I could just 'white the date out' with
conditional formatting in the event of the third senario my problem would be
solved.

A better way to go about this problem may be: If [MonthNotarized] is
entered and if senario 1 and 2 but not three is true, then [mailingdate]
equals date. Is there code that will do and If, If, Then?
 

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