Seach By Letter

  • Thread starter Thread starter wrc
  • Start date Start date
W

wrc

Guest
Hi

I would like to be able to search on a form by the first letter of a field. With a row of buttons down the left hand side with all the letters of the alphabet on which when one is clicked the from would go to the first one beginning with that letter.
Has anyone tried this sort of thing before?
 
Success

Thank you for the reply.

I have just had success. I added a sort string to the query
Sort String: Mid([Make],1,1)
This gave me a field populated by the first letter of the make.
I then put in a great big list box down the left hand side with my sort string and the make.

Everyone keeps telling me about this northwind but i never installed in off the access cd. Might have a look if it has good ideas on.
 

Users who are viewing this thread

Back
Top Bottom