ItIsHardToProgram
Technical User
Hi every one, I have a form that has contacts in them and I have added a "search" button, the default access one.
When you select a certain txtbox, it will search through that row, and not the others.
What I tried doing is that before the search fires, it opens a form, which asks 3 possibilites of rows to search in, once selected, it sets focus on that txtbox and then fires the search.
Apparantly, when I do so and the search fires, the only thing that happens is that in the search options I can't even select a row... I used
Forms![form name]![control name].setfocus
Any one knows why? or did any one try to do the same kind of function?
When you select a certain txtbox, it will search through that row, and not the others.
What I tried doing is that before the search fires, it opens a form, which asks 3 possibilites of rows to search in, once selected, it sets focus on that txtbox and then fires the search.
Apparantly, when I do so and the search fires, the only thing that happens is that in the search options I can't even select a row... I used
Forms![form name]![control name].setfocus
Any one knows why? or did any one try to do the same kind of function?