Question List of active links populated from a query

ZikO

Registered User.
Local time
Today, 07:39
Joined
Dec 15, 2012
Messages
41
[SOLVED] List of active links populated from a query

Hi,

I have a main form (in a single form view) that show a record from a table. I am going to add a sub form (probably a continuous form view) which can show a list of fields (probably a name) from all records from a child table that match condition PrimaryKey = ForeignKey.

What is the best way to make the list of the fields sort of clickable so that I can click on any of them and e.g. open a form with information about a child record? Should I look for hyperlinks in reports, a list box, a continuous sub form with records?

What would you suggest?

Thank you
 
Last edited:
Hi pbaldy,

The method is great and works very well. Thanks.
 

Users who are viewing this thread

Back
Top Bottom