A point of clarification, following on Wayne's response...
You are calling them "numbers". Is it possible that they are actually
identifiers or codes that happen to be digits? If that's the case, Wayne's
comment about text is your solution.
Stop thinking about them as "numbers" and start treating them as text.
Yes, you can concatenate two text fields in a query to get a new
(concatenated) field, then use that query to compare that new (text) field
to another table's text field.
.... or have I misinterpreted your description?
Regards
Jeff Boyce
Microsoft Office/Access MVP
"DJ" <(E-Mail Removed)> wrote in message
news:3D2ABC97-26B1-4015-8AA8-(E-Mail Removed)...
> I've got a number field in a table with two digits ("08"). I've got
> another
> number field in the same table with four digits ("1234"). Is there a way
> to
> combine these into a six digit field ("081234")? And then - is there a
> way
> to do a one-to-many match of this configured six-digit number to a
> six-digit
> number from another table?
|