I need to pull information from three tables which would generally not be a problem.
I need to pull these fields from the Dealer_Profile table
Dealer_Number
Dealer_Name
Address1
City
State
Zip
Phone
Fax
Mfg_Id
Manufacturer2 table -- joins dealer profile table on the mfg_id
ManufactureID
ManufactureName
The data is kinda 'whack' to say it nicely as I don't believe the tables are fully relational. My issue is that the database structure was designed wrong in the first place over 10 years ago.
I would like one row per Dealer if possible, even if they have more than one manufacturer (which most of them do) Possible?
Desired Layout which is my question at hand:
Dealer Info....,Manf1, Manf2, Manf3...
Make sense? Any thoughts?
I need to pull these fields from the Dealer_Profile table
Dealer_Number
Dealer_Name
Address1
City
State
Zip
Phone
Fax
Mfg_Id
Manufacturer2 table -- joins dealer profile table on the mfg_id
ManufactureID
ManufactureName
The data is kinda 'whack' to say it nicely as I don't believe the tables are fully relational. My issue is that the database structure was designed wrong in the first place over 10 years ago.
I would like one row per Dealer if possible, even if they have more than one manufacturer (which most of them do) Possible?
Desired Layout which is my question at hand:
Dealer Info....,Manf1, Manf2, Manf3...
Make sense? Any thoughts?
