R
Randy Walker
I can't seem to figure out another way of doing this in ONE query. Anybody
got any hints?
update tblLoadControl set rec_count = (select count(*) from
Export_MajorZone) where load_id = 1
Randy Walker
got any hints?
update tblLoadControl set rec_count = (select count(*) from
Export_MajorZone) where load_id = 1
Randy Walker