E
es
I have the following code in the format event but it does
not change the font.
if me.field1 = "First" then
me.field1.fontbold = true
else
me.field1.fontbold = false
end if
Thanks!
not change the font.
if me.field1 = "First" then
me.field1.fontbold = true
else
me.field1.fontbold = false
end if
Thanks!