The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 244
- Office Version
- 365
- Platform
- Windows
Hello Access People
Wondering if there was any quick and dirty advice you can give an Access noob.
I've created two basic tables A and B. They've each got 18 sets of data linked by a primary key.
I've created an update query so that Table B matches up with any changes I make to Table A. It's great... But when I add a 19th row of data to Table A and then run the update query it doesn't show in Table B. I've tried using an append query instead but this tells me there are 18 (not 19) Key Violations.
If nothing else could you tell me which query type I should be using to get this 19th row of data from Table A to Table B.
Thanks in advance
Wondering if there was any quick and dirty advice you can give an Access noob.
I've created two basic tables A and B. They've each got 18 sets of data linked by a primary key.
I've created an update query so that Table B matches up with any changes I make to Table A. It's great... But when I add a 19th row of data to Table A and then run the update query it doesn't show in Table B. I've tried using an append query instead but this tells me there are 18 (not 19) Key Violations.
If nothing else could you tell me which query type I should be using to get this 19th row of data from Table A to Table B.
Thanks in advance