How do you create a subform from a form
Is this possible in APEX, I want to have a form with about 15 items and then I want to add a button that allows me to branch off that form into another form, but have it linked to that record. I tried using a master/detail, but i want multiple branches to different sections.
For example
A main patient screen
A button that you click to add their doctors
another button, that you click for their appointments
another button for their prescriptions
Etc.
I can add the buttons easy enough, but how do you link it so it only brings back the person on the main form? All buttons would be a different table with proper primary key/foreign key relationships.
Let me know if you need further information.
Thanks,
Jim.