KWestos Posted September 2, 2009 Posted September 2, 2009 Hi, I used to have an access query which changed the SIMS year list extract into a form which I could upload into active directory. I need an access query which will do the following currently the export looks like "John Smith" What I want is the field to look like "09SmithJ" I know this is simple, but it's bugging me. Many thanks
grumpy_git Posted September 2, 2009 Posted September 2, 2009 I've not touched Access in *years*, but the following in Excel would do it if you had 'John' in A1 and 'Smith' in B1, stick this in C1 = "09" & B1 & LEFT(A1,1) 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now