AFKillbait
Registered User.
- Local time
- Yesterday, 17:52
- Joined
- Aug 8, 2009
- Messages
- 27
I am attempting to set up a search on one of my forms to allow me to skip straight to a specific individual, however when I use the search it goes to the record BEFORE the person I selected. The search code I'm using is the same I've used in a previous form, so I'm not certain why it does not work on this one. I have the following in the combo box's AfterUpdate code.
The only thing I can think of is that because of the subform being related to the main form items it's interfering in some way, but not sure how to fix it.
Code:
Me!Owner.SetFocus
DoCmd.FindRecord Me!Combo93, acEntire
The only thing I can think of is that because of the subform being related to the main form items it's interfering in some way, but not sure how to fix it.