HalcyonDaze
New member
- Local time
- Today, 17:39
- Joined
- Aug 12, 2010
- Messages
- 8
I have a database where two tables are linked in a 1-1 relationship linked by the auto-number key in each. Table A is the main list, with Table B containing unique (and private) information related to each of the corresponding records from the Table A.
What I need to do is ensure that changes to Table A also occur to Table B, namely the addition or removal of records so that there are always the same number (with proper 1-1 relation maintained) as things are added or removed.
And I need this to happen automatically, without the need of a refresh action on the part of the user. I made an Append Query to create the initial Table B (Table A exists from a currently used DB) so that there were corresponding records, but to run that every time would require the user to click through several windows of caution, confirmation, and expected errors.
Any Ideas how to keep this all straight?
What I need to do is ensure that changes to Table A also occur to Table B, namely the addition or removal of records so that there are always the same number (with proper 1-1 relation maintained) as things are added or removed.
And I need this to happen automatically, without the need of a refresh action on the part of the user. I made an Append Query to create the initial Table B (Table A exists from a currently used DB) so that there were corresponding records, but to run that every time would require the user to click through several windows of caution, confirmation, and expected errors.
Any Ideas how to keep this all straight?