Cool. I've got, from your help, a 4 digit code for each user id of mine.
But now I'm having trouble linking this 4 digit code to another table that
has the person's name and my old user code.
What am I missing.
Thanks,
>>a 4 digit code for each user id of mine.
You post had a two digit code - AA, Aa, aa, BA, Ba, etc.
>>But now I'm having trouble linking this 4 digit code to another table
Build a query per table to output the calculated field and then join them in
a third query.

Signature
KARL DEWEY
Build a little - Test a little
> Cool. I've got, from your help, a 4 digit code for each user id of mine.
> But now I'm having trouble linking this 4 digit code to another table that
[quoted text clipped - 20 lines]
> > >
> > > Thanks,