This topic is locked

How to make Reverse Details to Master Preview?

2/22/2011 7:05:30 AM
PHPRunner General questions
V
Vienna author

[size="4"]In my details records I would like to have the Reverse link back to the specific record in the Masters table that the details record is associated with.
My Master record is 400 plus Doctors with their addresses, cities, etc etc.
Each User's details tables is linked to one Doctor record.
When the User looks in their detail records they see the name of the doctor that this details record refers to.
I would like to enable them to hover over that Doctor's name or to have a first column link that shows them the full or shortened summary of that particular Doctor..and the ability to click on it and go straight to that Doctor's record in the Master table list page.
How can I modify the List page for a Details table to show the same kind of popup or inline Preview going back to the Master table record?
This would be a great Tutorial, too.
Thanks for your help![/size]

Sergey Kornilov admin 2/22/2011

I think make DoctorID (or whatever that field is) a 'Custom' field and build a hyperlink that points to doctors page there.

V
Vienna author 2/23/2011



I think make DoctorID (or whatever that field is) a 'Custom' field and build a hyperlink that points to doctors page there.


I will go try that...of course. Thank you!