If anyone can easily do this I'd appreciate it. I'm scratching my head and burning time.
I have 4 tables all using Uinique ID's as primary key
Profile,PofileDetail, Vendorparts & Vendor.
I want to list all detail records that have a vendorpart where name like '%NLA' and display vendor name
Profile.UID
Profile.Number
ProfileDetail.UID
ProfileDetail.ProfileNumber
ProfileDetail.VenPartID
VendorParts.UID
VendorParts.PartName
Vendor.UID
Vendor.Name
Profile.Number VendorPart.PartName Vendor.Name
-----------------------------------------------------------------
I've come close to doing it but when I add the vendor.Name to the mix, all the vendor.PartName fields display the same PartName.
Thanks