RexJacobus
Programmer
update tblmasteroverrun
set tblmasteroverrun.games_total = tg.total_games
from tbltotalgames tg
where tlbmasteroverrun.uid = tg.uid
I must be thick because I just can't see why this is giving me a syntax error. What am I missing? I've been staring at it for too long.
thx,
jim
set tblmasteroverrun.games_total = tg.total_games
from tbltotalgames tg
where tlbmasteroverrun.uid = tg.uid
I must be thick because I just can't see why this is giving me a syntax error. What am I missing? I've been staring at it for too long.
thx,
jim