I have a QBF form (Form1) which displays a subform of records (in "Continuous Forms" view). I have a "More Details" button on the
subform which opens another form (Form2) which I would like to display additional data (from same query) for the current selected record on the subform. I do not know how to "capture" the currently selected record in the continuous subform for Form2 to use. I have tried to emulate the Microsoft Developer Solutions form example (CustomerPhoneList form with "More" button) to try to capture and use the query's current record number for Form2, but have been unsuccessful. I have also tried capturing a unique ID field that each record has for the current selected record in the continous subform with no luck.
Any assistance of an example would be greatly appreciated. Hopefully, this is an easy one!
pAuL
subform which opens another form (Form2) which I would like to display additional data (from same query) for the current selected record on the subform. I do not know how to "capture" the currently selected record in the continuous subform for Form2 to use. I have tried to emulate the Microsoft Developer Solutions form example (CustomerPhoneList form with "More" button) to try to capture and use the query's current record number for Form2, but have been unsuccessful. I have also tried capturing a unique ID field that each record has for the current selected record in the continous subform with no luck.
Any assistance of an example would be greatly appreciated. Hopefully, this is an easy one!
pAuL