I would like to use an SQL statement that selects data from multiple tables in access how would i go about doing that?
So it would look something like
Select * From Tbl_Car and Tbl_Customer where CarID = @SearchID and CustomerID = @SearchID
I would like to use an SQL statement that selects data from multiple tables in access how would i go about doing that?
So it would look something like
Select * From Tbl_Car and Tbl_Customer where CarID = @SearchID and CustomerID = @SearchID