G
Guest
I have two tables in a data base - New Customer and Old Customer
The key relationship fields in each table is the Customer Number
The New Customer number in the New Customer table is 7 positions alpha/numeric
The Old Customer number in the Old Customer table is 6 positions alpha/numeric
I want a query that looks at the first six positions (only) of the New
Customer number in the New Table and compare it to the six positions of the
Old Customer number in the Old Table and if there is a match show specific
fields of each table in the query.
i.e. can you parse the Customer Number field in the New Customer Table to
only read 6 positions when doing this compare ?
Thank you,
Paul M
The key relationship fields in each table is the Customer Number
The New Customer number in the New Customer table is 7 positions alpha/numeric
The Old Customer number in the Old Customer table is 6 positions alpha/numeric
I want a query that looks at the first six positions (only) of the New
Customer number in the New Table and compare it to the six positions of the
Old Customer number in the Old Table and if there is a match show specific
fields of each table in the query.
i.e. can you parse the Customer Number field in the New Customer Table to
only read 6 positions when doing this compare ?
Thank you,
Paul M