A
Afrosheen via AccessMonster.com
I'm using the normal find/replace box to lookup a person by last name. The
person is in the data table and query. I've seen it in both places. when I
try and find it through my form it will not find it. When look for it in the
table, it finds it all the time.
Any suggestions I can try?
Here's the code behind the command button:
20 Screen.PreviousControl.SetFocus
30 Me![Lname].SetFocus
40 DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Thanks for helping out and reading my post.
person is in the data table and query. I've seen it in both places. when I
try and find it through my form it will not find it. When look for it in the
table, it finds it all the time.
Any suggestions I can try?
Here's the code behind the command button:
20 Screen.PreviousControl.SetFocus
30 Me![Lname].SetFocus
40 DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Thanks for helping out and reading my post.