A family of Microsoft relational database management systems designed for ease of use.
OK, so the ultimate goal is to use the Account Number field to generate an e-mail address, correct?
So, is the code to do the e-mail on the same form? If so, you can just reference the control name in the code. If its not, then use Forms!formname![Account Number] to reference it. Like I sad use value assignments instead of copy and paste.