I’ve experimented with splitting up Address Line 1 and Address Line 2 into smaller pieces so that I can use the US Post Office’s standard abbreviations for primary and secondary addresses as combo boxes. The abbreviations were all over the place when the users were left on their own. It looks like text box, combo box, text box, combo box, and text box.
Unfortunately, addresses are just not standardized enough that they all fit. So, I’m planning to use concatenation in a make table query to join the address fields back into Line 1 and Line 2. I’d like to have a resource available for the person doing data entry to be able to look up any abbreviations they are unfamiliar with. I was thinking of a pop up form that loads when the user tabs into the address subform. Is it possible for the user to lookup up an abbreviation, click it and have it appear as the next word in string in the text box that was active before abbreviation was looked up?
E