Subform display..

HZM

Registered User.
Local time
Today, 23:10
Joined
Mar 11, 2015
Messages
23
Helloo..

According to the attached DB sample.. i've created a mainform with a subform on the left side with many records and each record contain a field with button and on the right side a display panel, so that on pressing the buttons on the left subform another subform displays on the right panel..
What i wanna do now, is that i want each button of the records on the left subform to display the subform on the right panel with the related data of that record ..
So, if we have 5 records on the left subform.. if i press button of record #3, it displays the right subform with the data related to record #3.. etc
How can this happen? :D
 

Attachments

you db does not contain any data so not at all clear what you are trying to achieve.

Normally you would assign the name of your listbox to your subform linkmaster property and the name of the relevant field in your subform recordsource to the linkchild property
 

Users who are viewing this thread

Back
Top Bottom