jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I have the following query in access:
UPDATE ADOPT INNER JOIN tblBrsCodes ON (ADOPT.brsno = tblBrsCodes.BrsCode) AND (ADOPT.road = tblBrsCodes.Road) SET ADOPT.BrsID = tblBrsCodes!BrsID;
We are in the process of switching to a SQL Server databasem, with an Access project front-end.
Any ideas how I can achieve this? James Goodman
j.goodman00@btinternet.com
UPDATE ADOPT INNER JOIN tblBrsCodes ON (ADOPT.brsno = tblBrsCodes.BrsCode) AND (ADOPT.road = tblBrsCodes.Road) SET ADOPT.BrsID = tblBrsCodes!BrsID;
We are in the process of switching to a SQL Server databasem, with an Access project front-end.
Any ideas how I can achieve this? James Goodman
j.goodman00@btinternet.com