J
Jason
Hi all,
I have two tables I'd like to compare a field from each even though the data
in the fields are not a 100% match.
Table 1:
Zip5
This would contain something like
25865
22365
etc
Table 2:
ZipPlus4
This table would be like this:
25865-5563
22365-8574
(Basically the same 5 digit zip as above plus the zip+4. May or may not have
a dash -)
If I do a simple Join I can view which rows are identical, but I can't
figure out how to compare what I've tried to show above.
Any help would be much appreciated.
I have two tables I'd like to compare a field from each even though the data
in the fields are not a 100% match.
Table 1:
Zip5
This would contain something like
25865
22365
etc
Table 2:
ZipPlus4
This table would be like this:
25865-5563
22365-8574
(Basically the same 5 digit zip as above plus the zip+4. May or may not have
a dash -)
If I do a simple Join I can view which rows are identical, but I can't
figure out how to compare what I've tried to show above.
Any help would be much appreciated.