J
JOE WEST
I want to append a new record in one table, if the field in another is equal
to one of the values in a third. e.g.
COLORLIST table contains "BROWN", "BLUE", "GREEN"
if the COLOR field in table 1 (MAIN TABLE) is equal to any of the colors in
Table 3-[COLORLIST] THEN append a record in table 2 with a default date of
date().
I TRIED A QUERY FOR THIS, AND WHILE THERE SHOULD HAVE BEEN 33 RECORDS IN THE
TABLE THAT QUALIFIED, IT SAID IT WAS SELECTING 192 RECORDS, WHICH I KNOW IS
WRONG. I DON'T KNOW WHAT I AM NOT DOING OR DOING THAT IS CAUSING THIS
PROBLEM. CAN ANYONE HELP ME OUT WITH THIS?
to one of the values in a third. e.g.
COLORLIST table contains "BROWN", "BLUE", "GREEN"
if the COLOR field in table 1 (MAIN TABLE) is equal to any of the colors in
Table 3-[COLORLIST] THEN append a record in table 2 with a default date of
date().
I TRIED A QUERY FOR THIS, AND WHILE THERE SHOULD HAVE BEEN 33 RECORDS IN THE
TABLE THAT QUALIFIED, IT SAID IT WAS SELECTING 192 RECORDS, WHICH I KNOW IS
WRONG. I DON'T KNOW WHAT I AM NOT DOING OR DOING THAT IS CAUSING THIS
PROBLEM. CAN ANYONE HELP ME OUT WITH THIS?