list view

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, how can I create a view of records on the form that shows all the records
and there is a alphabetical list on one side so that when I peress the letter
'a' it shows oor goes to records starting with 'a' just like in outlook
contacts. thanks
 
Couple of different ways to acheive this solution...Here are some ideas:

Use a form that displays the letters of the alphabet in some way (i.e. combo
box, list box or even command buttons if you want).

Use a subform that is based on a query to find all records that start with
the given letter...try using the Like operator. Using the combo or list box
is probably the easiest but this also could be done by creating a separate
command button for each letter if that is most appropriate for your users.

HTH
 
aj20 said:
Hi, how can I create a view of records on the form that shows all the
records and there is a alphabetical list on one side so that when I
peress the letter 'a' it shows oor goes to records starting with 'a'
just like in outlook contacts. thanks

This will give you one method
http://www.lebans.com/selectalpha.htm
 
AJ20

Take a look at the northwind sample datebase in Customer Phone List

Herman
 
Hi, I was able to copy customer phone list table into my database and it
works fine, but I want to change the view to show the records outlook style,
like the records move horizontally and theere is no vertical scroll bar. do I
need to change the properties? thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top