Table Motor
MotorID, MotorType, FuelType, Contact, Dept
AutoNum, word, word, word, word
Table MotorRecord
MotorID, RecordDate, Amount
AutoNum, Date, Num
Table MotorType
MotorType, FuelType, CO2
word, word, Num
SELECT Motor.Dept & " " & Motor.MotorType & " " & Motor.FuelType AS Expr1...