S sadie Registered User. Local time Today, 08:36 Joined Apr 11, 2003 Messages 115 Apr 21, 2006 #1 I have a form where I enter the students lastname, firstname I need a field that just pulls the first 2 letters of the lastname as well Is there an easy way to do this
I have a form where I enter the students lastname, firstname I need a field that just pulls the first 2 letters of the lastname as well Is there an easy way to do this
Jibbadiah James Local time Today, 17:36 Joined May 19, 2005 Messages 282 Apr 21, 2006 #2 Try this: left([Lastname],2)