K
kanthi
I have this query where i want to display all the columns(attributes)
of the test table of a particluar vehicleOEM,model n year.
strSQL = "SELECT * FROM VehicleTable, TestTable WHERE
TestTable.DoorTrimPanelID = VehicleTable.DoorTrimPanelID" And
TestTable.OEM = (Value selected from the first combo box) And
TestTable.VehicleModel = (the value selected from the 2nd combo box)
And TestTable.ModelYear = (The value selected from the third combo box)
how do i place the value selected in the combo box into the query???can
anyone help me with the same.
of the test table of a particluar vehicleOEM,model n year.
strSQL = "SELECT * FROM VehicleTable, TestTable WHERE
TestTable.DoorTrimPanelID = VehicleTable.DoorTrimPanelID" And
TestTable.OEM = (Value selected from the first combo box) And
TestTable.VehicleModel = (the value selected from the 2nd combo box)
And TestTable.ModelYear = (The value selected from the third combo box)
how do i place the value selected in the combo box into the query???can
anyone help me with the same.