Filter and/or sorting question

G

Guest

I have a database of students names, addresses, etc. Many families have more
than one student. I would like my table to display in alphabetical order by
the last name, then within each like address, in alphabetical order by first
name.

Smith, Abbey, 1 Main Street
Smith, Bobby, 1 Main Street
Smith, Aaron, 370 Notmain Road

Can someone explain to me how do I do this, and have the table open up that
way each time?

Thanks,

Max
 
G

Guest

You need to have more than one table and then use a query to display the info
you want the way you want it.

EX: Table 1

Parent Name and Address

Student Name

Link the tables in a one to many relationship
There are numerous posts just this month if you do a search....several very
good MVPs have already written a stepo by step process...one of them for
me..good luck
 

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

Similar Threads

Summarize Records in Report 4
Select & Max Function Q 3
merging rows 6
Combining firstname and lastname in combo box 6
Select Groups within Form 2
Sorting 1
Sorting by Content 5
table update question 3

Top