Take me to this record in my form

R

Rebeca

If I'm looking at a specific record in my Query, how can I edit or go to that
same record in my form? If I want to do that now, I have to open the form
then search. Is there an easier way?
 
F

FL

Click on the field, on form, you want to search. Use the binocular button on
main menu. This will open a search box. Type in the criteria such as
someone's name in a name field. Click Next and the matching records will be
found. You can also click in most any field on your form and sort records as
they are displayed on the form.
 
A

Allen Browne

You may be able to set up an unbound combo in the header of your form, and
use it to jump to the desired record. There's a combo wizard to do that for
you, or use the code in this article:
Using a Combo Box to Find Records
at:
http://allenbrowne.com/ser-03.html
 
Top