pityocamptes
Registered User.
- Local time
- Yesterday, 20:13
- Joined
- Dec 8, 2010
- Messages
- 27
Is there a way to force access, or perhaps I am doing somethign wrong, to save the primary key into a related tables foreign key? For example I have one primary table with a primary key (UserID) set to autonumber. I have a couple of other tables related to this primary table and they use UserID as a foreign key. I have a one to many for relationship with referential integrity, and cascade set in the relationship properties. However, when I go to use a report the foreign keys are not being printed out. In fact when I look at the tables with the foreign keys the UserID from the primary table is not in the field. Not sure what to do? The tables seem to work fine and the data is being stored as per the relations, but for some reason the foreign key is not being stored in the field, and thus I can't print it out in my reports!!! Help. Thanks!!