Hey Folks,
I am writing a large scale multi table Access program. I have written many small ones but nothing of this size. My problem is this. I have 15 tables all set -up with relationships based off of an accounting unit to track properties and loans. The problem I have is the PK key one table does not update the FK in the next so I cannot write my forms to update the other table. It is a 1 to many relationship and when I click on the the PK table it shows the “+” sign and the FK table. How do I get the first table to pass the data to the second table?? I have tried queries and basically at a loss.
Any help would be appreciated.
Dan