Can the following be done without to much trouble...
Background: my users really like the AJAX feature that shows records for child tables when you mouseover the link in the master table listing. However they spend most of their time working on the edit page for the master table. In order to make it easier for them to get to the child tables I have added links through the visual editor on the edit page to take them to the list page of the child table, showing only the related records.
For example
Master Table is Customer (ID is the key)
Child table is Notes (Note_ID is key, Cust_ID is the forign key)
What I would like to do: Can I get the same Ajax display that is on the master tables list page integrated into my links on the edit page?
I hope this makes sense.
Thanks