S
SriramNA
I have two tables imported into Access.
Sample data:
1. Asset table, containing -
AssetNumber Owner CapitalizationDate ReferenceData
300137015 ABC 23/4/2005 61708
300287721 DEF 22/1/2007 45709
300338450 GHQ 12/7/2009 37154
2. ITEqpt table, containing -
EquipmentID LastUser UsedDate
OKL61708 XYZ 12/4/2012
JA37154 ABC 22/5/2012
and so on.
I need to list all records in the Asset table which have a corresponding
record in the ITEqpt table.
The problem is that the key fields in the two tables are recorded slightly
differently - the ReferenceData in the Assets table typically contains a
substring of the EquipmentID value in the ITEqpt table.
How do I make a report with a join like
ReferenceData = substring in EquipmentID?
Sample data:
1. Asset table, containing -
AssetNumber Owner CapitalizationDate ReferenceData
300137015 ABC 23/4/2005 61708
300287721 DEF 22/1/2007 45709
300338450 GHQ 12/7/2009 37154
2. ITEqpt table, containing -
EquipmentID LastUser UsedDate
OKL61708 XYZ 12/4/2012
JA37154 ABC 22/5/2012
and so on.
I need to list all records in the Asset table which have a corresponding
record in the ITEqpt table.
The problem is that the key fields in the two tables are recorded slightly
differently - the ReferenceData in the Assets table typically contains a
substring of the EquipmentID value in the ITEqpt table.
How do I make a report with a join like
ReferenceData = substring in EquipmentID?