Display results using form pulldown

  • Thread starter Thread starter Erin Lashbrook
  • Start date Start date
E

Erin Lashbrook

I am curious if there is any pre-written code available to
perform this function:

I have a form that can display all fields for one entry in
a table. It has previous and next buttons so that you can
scroll through all of the entries.

I want to be able to select a client name from a pulldown
in one of the fields and have the previous/next buttons
scroll through only entries that match that client name.

I know this will involve coding, and I am not that
fabulous with the coding so if you know of any widely
available code that can do this, please let me know.
Thanks.
 
What you need to look at is Filtering the form. Search
for that in the help files and you will probably find what
you need. Thanks.

AJ
 
Back
Top