G
guaro555 via AccessMonster.com
Ok gurus
I need your help, I am new to sql and access database, so easy on me, here
is my need:
I have a table named table1234, within this table I have a field named
status and a field named Doc# number, the status value are only three
possibility (PT,PY,CH) there can be the same document number for all three
or It could be just for two of them or one at the matter.
Status doc
PT 1
PY 1
CH 1
PT 2
PY 2
CH 3
I would like to run a delete query to delete only doc numbers ones, as is the
only number on the examle that has the three status, I dont one to keep one I
would like to delete all records that are associated with doc number 1, so
the table should look like this
Status doc
PT 2
PY 2
CH 3
Thanks a bunch gurus
I need your help, I am new to sql and access database, so easy on me, here
is my need:
I have a table named table1234, within this table I have a field named
status and a field named Doc# number, the status value are only three
possibility (PT,PY,CH) there can be the same document number for all three
or It could be just for two of them or one at the matter.
Status doc
PT 1
PY 1
CH 1
PT 2
PY 2
CH 3
I would like to run a delete query to delete only doc numbers ones, as is the
only number on the examle that has the three status, I dont one to keep one I
would like to delete all records that are associated with doc number 1, so
the table should look like this
Status doc
PT 2
PY 2
CH 3
Thanks a bunch gurus