Conditional formatting in continuous form

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

I read an earlier post regarding conditional formatting of rows of a
form in continuous mode. The post contained a link to Leban's site
which had an example database.
http://www.lebans.com/conditionalformatting.htm

I took a look at it and it has what I need but I can't understand how he
made it work. There is no code in any of the form/control events
(related to formatting the row). The database contains a couple of
classes and 2 modules but I can't see how they are linked into the form.

Can someone please tell me how the classes are being implemented or the
module being called without code on the forms?

Thanks
Alan
 
Which sample form are you trying to implement in your own MDB?

In form Design view select one of the TextBox controls that has CF
applied to it. Go to the Format menu and select COnditionalFormatting.
"Expression is" probably contains the name of a function that is called
to evaluate each row as it is displayed.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top