My Assistant
![]() ![]() |
|
|
Apr 2 2008, 02:14 PM
Post
#1
|
|
|
UtterAccess Member Posts: 36 |
I have a form that i've created a command button to search records, for some reason it is looking at a different field then I want it to. Here is what the VB says
Screen.PreviousControl.SetFocus DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70 How can I change it to look at last name? When it's selected it looks for Social. I know you can change the search just clicking in the field you want it to search but, but I would like it to default to name. |
|
|
|
Apr 2 2008, 02:19 PM
Post
#2
|
|
|
UtterAccess VIP Posts: 4,447 From: Suffolk, England |
Create a new control.
Use the combo box wizard and the thrid option is to find. Use that, that should work for you. Jim |
|
|
|
Apr 2 2008, 02:30 PM
Post
#3
|
|
|
UtterAccess Member Posts: 36 |
I think we may be talking different versions, I'm in 2002.
When I do the combo box wizard, there are no options about "find" I just get a combo box with all the names in it. |
|
|
|
Apr 2 2008, 03:28 PM
Post
#4
|
|
|
UtterAccess Addict Posts: 245 From: Right here |
Try this
Me.Last_name.SetFocus DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70 |
|
|
|
Apr 3 2008, 09:49 AM
Post
#5
|
|
|
UtterAccess Member Posts: 36 |
Worked like a charm! Thank you!!!
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 26th May 2013 - 04:36 AM |