M
mscertified
What is wrong with this query, when run it gives 'operation must use
updatable query' message?
UPDATE tblSchools SET DistrictID = (SELECT ID FROM tblSchoolDistricts WHERE
DistrictName = tblSchools.District);
updatable query' message?
UPDATE tblSchools SET DistrictID = (SELECT ID FROM tblSchoolDistricts WHERE
DistrictName = tblSchools.District);