Hi
Im trying to find out if a record exists in one table and not the other then update a field with a status code. My tables look like this:
Table 1 Table 2
RecNum RecNumb
ABC IDat
Vcode PN
Stat
So if the record exists in table 2 i want to set the stat to I.
Would i use If Exists?
Im trying to find out if a record exists in one table and not the other then update a field with a status code. My tables look like this:
Table 1 Table 2
RecNum RecNumb
ABC IDat
Vcode PN
Stat
So if the record exists in table 2 i want to set the stat to I.
Would i use If Exists?