I have two tables: Models and Parts. Models has fields PartName and ModelID. Parts has fields PartID and ModelID. I want to select the PartID from the Parts table and the PartName for that part from the Models table, linked by the ModelID. I want to show the complete list of parts, but essentially get the name of the part from a related table instead of the Parts table. Can anyone give me a hand with the syntax? :/
Thanks!
CB55
Thanks!
CB55
Comment