[SOLVED] Master-Detail not saving PK in detail record
This topic is locked
[SOLVED]
 Master-Detail not saving PK in detail record
1/26/2020 5:22:28 PM
PHPRunner General questions
A
AlphaBase author
Two tables linked on the same key PK-FK. I add the master & detail record & save. it saves everything except for the FK in the Detail. What am I missing?
The reason it wasn't working is that the PK & FK were included in their respective Add forms, which in PHPR is a no-no. All fixed. I knew it was simple.