J
Joe
Essentially what I want is simple. I have two different tables. Both store
the same records, but each one stores different information about the
records. Each time a record is added to or deleted from Table A, I would
like the same action to apply automatically to Table B. This way, there are
always the exact same number of records in each table.
The only field that is the same amongst the two tables is 'ID.' This field
is an autonumber in Table A and a long integer in Table B.
Thanks very much in advance!
-- Joe
the same records, but each one stores different information about the
records. Each time a record is added to or deleted from Table A, I would
like the same action to apply automatically to Table B. This way, there are
always the exact same number of records in each table.
The only field that is the same amongst the two tables is 'ID.' This field
is an autonumber in Table A and a long integer in Table B.
Thanks very much in advance!
-- Joe