Format based on Criteria

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello folks

How do I set a bold condition in VBA ? Here's what I mean

if OrdinalHR = 30 then
 
You don't really need to use vba, just use the built-in "conditional
formating"

While in design view, you can select this from the format menu. You can
base your format on a particualr value of the current field, or you can
change the fisrt drop down box and enter a formula that evaluates other
fields. In your example, you don't tell us if you are bolding a control
based on that control's value or some other control.

Hope that helps.

Rick B
 
Back
Top