Sorting recordes in a table

B

Bernie K

I want to sort the records in a table by LastName FirstName, but I do not
want the record ID numbers to be include in the sort. Can this be done? If
so how?

Thanks,
Bernie K
 
J

Jeff Boyce

Bernie

Access tables store data (as a "bucket o' data") without any
(human-discernable) sort order.

A standard approach to getting a list of LastName, FirstName from a table is
to use a query and do the concatenation and sorting there.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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

Top