M mlr Registered User. Local time Today, 02:29 Joined Feb 26, 2011 Messages 16 Jun 8, 2011 #1 On Command Button [Update] = Requery + unhide Form1 then Close Form2: How to I set the focus of form1 [FA003].Field to match that of form2’s [FA004].field? Please see attached. Thank you Mark Attachments MSAq002.jpg 99.7 KB · Views: 118
On Command Button [Update] = Requery + unhide Form1 then Close Form2: How to I set the focus of form1 [FA003].Field to match that of form2’s [FA004].field? Please see attached. Thank you Mark
M mlr Registered User. Local time Today, 02:29 Joined Feb 26, 2011 Messages 16 Jun 9, 2011 #2 Found the solution, thanks to vbaInet's post: vbaInet said: Code: Dim pos As Long pos = Parent!SubformName.CurrentRecord Parent!SubformName.Requery Parent!SubformName.Form.Recordset.Move pos Click to expand... Kind Regards Mark
Found the solution, thanks to vbaInet's post: vbaInet said: Code: Dim pos As Long pos = Parent!SubformName.CurrentRecord Parent!SubformName.Requery Parent!SubformName.Form.Recordset.Move pos Click to expand... Kind Regards Mark