OasisChurch
Technical User
- Mar 28, 2002
- 20
Hi All,
Since I am not a programmer I am having a hard time trying to resolve this issue:
SCAN
IF IDFIELD = IDFIELD THEN
DELETE FROM table1
WHERE year = 2002
ENDIF
END SCAN
Basically, I am trying to delete the old 2002 record out
of my table so that only the 2003 record will show
can anybody point me in the right direction?
thanks!!! -- scotta
Since I am not a programmer I am having a hard time trying to resolve this issue:
SCAN
IF IDFIELD = IDFIELD THEN
DELETE FROM table1
WHERE year = 2002
ENDIF
END SCAN
Basically, I am trying to delete the old 2002 record out
of my table so that only the 2003 record will show
can anybody point me in the right direction?
thanks!!! -- scotta