STARTED WITH Two Dbases/Tables: DIV and SLBOR
I combined Dbases/Tables the combined Dbase/Table has (fields)including
Employees names (Last) (First) and
Professional license numbers(License)and SOURCE)and(BOARD)fields which show info such as (SOURCE) always shows "DIV" and (BOARD) always shows SLBOR.
The SOURCE = DIV records will show actual License numbers and some of the BOARD = SLBOR records will show Temporary License numbers.
I want to pull a list where the Dbases has Duplicate/Multiple records with matching NAME (Last) (First) fields, BUT the License numbers do not match, some of SLBOR will already have proper license number:
Example of what table may look like (But has 30,000 records)
Last First License Source Board
Smith John 123456SA12 DIV
Smith John TM12345667 SLBOR
Jones Sally 456987 DIV
Jones Sally 456987 SLBOR
Results of SQL Query will show me
Smith John 123456SA12 TM12345667 DIV SLBOR
But will not so any info on Jones since licenses already match.
I combined Dbases/Tables the combined Dbase/Table has (fields)including
Employees names (Last) (First) and
Professional license numbers(License)and SOURCE)and(BOARD)fields which show info such as (SOURCE) always shows "DIV" and (BOARD) always shows SLBOR.
The SOURCE = DIV records will show actual License numbers and some of the BOARD = SLBOR records will show Temporary License numbers.
I want to pull a list where the Dbases has Duplicate/Multiple records with matching NAME (Last) (First) fields, BUT the License numbers do not match, some of SLBOR will already have proper license number:
Example of what table may look like (But has 30,000 records)
Last First License Source Board
Smith John 123456SA12 DIV
Smith John TM12345667 SLBOR
Jones Sally 456987 DIV
Jones Sally 456987 SLBOR
Results of SQL Query will show me
Smith John 123456SA12 TM12345667 DIV SLBOR
But will not so any info on Jones since licenses already match.