A
Adnan
I have a tab control on a bound form (Page 1, and Page 2), Page 1 has data
and page 2 has a list for search (displays same records as form does). On
double click, I need to find that record where the data are (page 1) and set
focus anywhere there, I tried the following but had no luck.
DoCmd.GoToRecord acDataForm, "frmMain", acGoTo, "[ID] = " & Me.List1
Me.ID.SetFocus
Thanks for any help provided!
Adnan
and page 2 has a list for search (displays same records as form does). On
double click, I need to find that record where the data are (page 1) and set
focus anywhere there, I tried the following but had no luck.
DoCmd.GoToRecord acDataForm, "frmMain", acGoTo, "[ID] = " & Me.List1
Me.ID.SetFocus
Thanks for any help provided!
Adnan