SidLancing
Programmer
I have a report that uses data that was brought into a table containing name & addresses all in upper case. I found an old thread where this was addressed... but I'm too much of a novice to even figure out where that code would go.
my question is where do I put this code
LegalName = StrConv(LegalName, vbProperCase)
where LegalName is the field name ...right now I have this in the "On Activate " part on the report...
when I tried to run it I get the following messge
" you cann't assign a value to this object"
Where do I put this code?
my question is where do I put this code
LegalName = StrConv(LegalName, vbProperCase)
where LegalName is the field name ...right now I have this in the "On Activate " part on the report...
when I tried to run it I get the following messge
" you cann't assign a value to this object"
Where do I put this code?