S
Stjepan Derek
I would like to set some format properties for a bound textbox using VBA (or
??). My question is : is it possible to run vb function that check textbox
value for each record and then set property for it.
I don't think that this is possible so I thought to solve this by doing
function that exports html. For each record of my recordset I can check
value and produce html string. Something like this:
If myValueInReccordSet="John" than MyHtmlString="<font color=red>" +
myValueInReccordSet + "</font>"
??). My question is : is it possible to run vb function that check textbox
value for each record and then set property for it.
I don't think that this is possible so I thought to solve this by doing
function that exports html. For each record of my recordset I can check
value and produce html string. Something like this:
If myValueInReccordSet="John" than MyHtmlString="<font color=red>" +
myValueInReccordSet + "</font>"