Could someone provide me with the exact VBA code to use to change lower case to upper case for specific fields when printing REPORT labels --
sample field names: [LastName] [PermStreetAddress] [PermCityStateZip]
I've tried many variations of UCase([LastName]) and I get the error message that the LastName is not recognized. I'm familiar with VBA coding in a form, but not a report.
MANY thanks for whatever help you can provide.
331
sample field names: [LastName] [PermStreetAddress] [PermCityStateZip]
I've tried many variations of UCase([LastName]) and I get the error message that the LastName is not recognized. I'm familiar with VBA coding in a form, but not a report.
MANY thanks for whatever help you can provide.
331