Envelopes ... need all caps



I'm part of a team that's converting some inherited
databases from Access97 to 2003. All of our envelopes must
have all caps in the addresses for our mail center to
process them. In Access97, we simply dropped the ">" in
the report format with a ton of logical stuff in the
mailing address text box. This is a database used to record
data collected in the field, so this somewhat heinous logic
has taken care of changed information in the past. Now, if
we take out the ">", it will insert the correct
information; however, I cannot figure out how to make it
capitalize. Is there an easy way?

Ex.

=[mailname] & Chr$(13) & Chr$(10) & "ATTN: " &
[contactmr/dr/ms] & " " & [contactfirstname] & " " &
[contactlastname] & Chr$(13) & Chr$(10) & [contacttitle] &
Chr$(13) & Chr$(10) &
IIf(IsNull([contactaddress1]),([mailaddress1] & Chr$(13) &
Chr$(10) & IIf(IsNull([mailaddress2])," ",[Mailaddress2] &
Chr$(13) & Chr$(10)) & [mailcity] & " " & [MailState] & "
" & [MailZip]),[contactaddress1] & Chr$(13) & Chr$(10) &
IIf(IsNull([contactaddress2])," ",[contactaddress2] &
Chr$(13) & Chr$(10)) & [contactcity] & " " & [contactste] &
" " & [contactzip])

Thanks,
CE
.



Relevant Pages

  • Re: Envelopes ... need all caps
    ... >> databases from Access97 to 2003. ... >> have all caps in the addresses for our mail center to ... >> has taken care of changed information in the past. ...
    (microsoft.public.access.reports)
  • Re: Envelopes ... need all caps
    ... > databases from Access97 to 2003. ... > have all caps in the addresses for our mail center to ... > has taken care of changed information in the past. ...
    (microsoft.public.access.reports)
  • info and questions on conversion to A03
    ... client databases to Jet4 and then using Access to convert to Access ... Of course, once converted, Access97 can no longer read the database. ... "Engine"? ... It bombs the first time it tries to open the ...
    (microsoft.public.vb.database.ado)
  • Re: Upgrade to Office 2003
    ... The Access97 DB's will need to be coverted to at least Access 2000 level ... Sugest you make a copy ... I have a few databases created in Access 97 that have workgroups on ... Does a conversion need to take place? ...
    (microsoft.public.office.misc)