H Hey Lucy Registered User. Local time Yesterday, 16:59 Joined Jan 20, 2012 Messages 124 Jan 15, 2013 #1 I have a form that has a checkbox on it. The default is False. I need to open another form if the checkbox is checked (True). I can do that but how do I get the 2nd form to open to the specific record in the main form?
I have a form that has a checkbox on it. The default is False. I need to open another form if the checkbox is checked (True). I can do that but how do I get the 2nd form to open to the specific record in the main form?
M Mr. B "Doctor Access" Local time Yesterday, 18:59 Joined May 20, 2009 Messages 1,932 Jan 15, 2013 #2 Use the "Where" parameter of the OpenForm method. If you are using VBA or a macro there is an option to add the criteria to open the form to a record meeting the criteria you provide.
Use the "Where" parameter of the OpenForm method. If you are using VBA or a macro there is an option to add the criteria to open the form to a record meeting the criteria you provide.