Report By Name Order

G

Guest

I have designed a report to print the names in alpha order with a Group
header for the Alpha Prefix. The 'Sorting & Grouping' properties are set to
sort Name ascending, Group Header to Yes, Group on Prefix Characters, Group
Interval 1, Keep Together Whole Group. I have set the Header Properties
Force New Page to Before Section. The report is Ok except the Names are not
listed alphabetically under each Alpha Prefix. What else do I need to do?
Thanks for any help
Roger
 
T

tina

in the Sorting & Grouping box, you might try adding the name field again,
under the first listing the includes the group header instruction. in the
second listing, don't change any of the Group Properties at the bottom of
the box, just set the Sort Order to ascending.

btw, i hope you don't actually have a field in any of your tables that's
called "Name". that's an Access Reserved Word and can cause lots of
headaches when you use it yourself to name something. if you continue to
have problems sorting on the "Name" field in the report, try this: in the
query underlying the report, create an alias for that field in query design
view, as
MyName: Name
it will show in the SQL statement as TheTableName.Name As MyName.
then you can use the alias in the report, rather than the "real" field name.

hth
 

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

Report - Sorting and Grouping 1
Grouping 2
Sort order in report 2
Report not properly grouping 1
Sorting by one field, Grouping by another? 1
Sorting in Ascending order 1
Sort a group 3
Sorting Dates 1

Top