D
Daz01
I am trying to execute a query from an Access Database using SQL in
Visual Web Developer. I keep getting an error message saying: Type
Mismatch in expression!
Have I made an error in my SQL statement?
Statement below
SELECT Products.ProductID, Products.SupplierID,
Products.ProductName, Price.UnitPrice
FROM (Products INNER JOIN
Price ON Products.ProductID = Price.ProductID)
Visual Web Developer. I keep getting an error message saying: Type
Mismatch in expression!
Have I made an error in my SQL statement?
Statement below
SELECT Products.ProductID, Products.SupplierID,
Products.ProductName, Price.UnitPrice
FROM (Products INNER JOIN
Price ON Products.ProductID = Price.ProductID)