Open a form and a subform on a specific record

L'apprentis

Redcifer
Local time
Yesterday, 18:08
Joined
Jun 22, 2005
Messages
177
I am trying to open a single form with a single subform with a command button. I would like to open the form with the subform on a specific record but I am not entirely sure how to do this, I was wondering if someone had any advice that could help.
 
use a macro. and use goto record put in the onopen for the subform. then simply put the number you want
 
I would pass the information in the OpenArgs argument of the OpenForm command and then make the adjustment in the OnLoad event of the next form.
 

Users who are viewing this thread

Back
Top Bottom