The format wold be for "PO BOX" to be in uppercase I actually had the colum set wit StrCase("string",vbUpperca
Thank you for any help yo may have!
Sorry, I'm a newbie and not a programmer, just a great hacker. I am working on an address field in access 2003. The issue is this field is mixxed with street addresses and post office boxes. We want to standardize formatting of "PO BOX" in this field if possible. It is a practice if a PO BOX is used it is always first not the street adress. So, can "PO BOX" be a mask? Additionaly this field is currently set in AfterUpdate to StrConv(string, vbProperCase)
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The format wold be for "PO BOX" to be in uppercase I actually had the colum set wit StrCase("string",vbUpperca
Thank you for any help yo may have!
OK, My limited knowledge has hung me. I easily added the input mask field as suggested, however, I am having a problem witht the additional code. beside after update field I am choosing code builder, then Macro builder but that's where im stuck I am just doing trial and error to test. I will follow up after I get this.
dannywareham,
Thank you for your help, I think i may have steered you a bit wrong though after looking at the input mask. This field is called Address1 and it contains both a traditional address; 123 Main Street or PO BOX 1234. It is our company policy that if the address has a PO# it will always be first in the address field, and typically, we then will use Address2 field for the traditional address; 123 Main Street.
Thank you!
Business Accounts
Answer for Membership
by: dannywarehamPosted on 2008-10-16 at 15:10:36ID: 22736224
Is there an actual format for PO Box?
For example, are they always just "PO Box 123", like I think?
In which case, why not just store the number part?
If teh text part is always the same, you can set it to an inputmask on the text box.
Is that what you need?