C
CHARI
I have 2 tables joined by an acct # but diff data in the 2 other columns. I
want to delete the row of information from table A that have a matching acct
# in table b.
ie: appl acct # amount (table a) appl acct # amount
(table b)
b 1234 $1.00 b 1234
$5.00
c 111 $1.00 c 12345
$5.00
c 1001 $2.00 c 1001
$3.00
want to delete rows from table a. for accts #1234 & #1001
want to delete the row of information from table A that have a matching acct
# in table b.
ie: appl acct # amount (table a) appl acct # amount
(table b)
b 1234 $1.00 b 1234
$5.00
c 111 $1.00 c 12345
$5.00
c 1001 $2.00 c 1001
$3.00
want to delete rows from table a. for accts #1234 & #1001