473,387 Members | 1,579 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Alphabetising a report

I have a report I must produce twice a month of people in a database
and I need to separate it by alphabet...meaning the 1st page would be
"A" with all the people with last names that start with A in that
section.

There cannot be two Alpha sections on a page because I have to put
this in a book with Alpha tabs.

What I've done previously is make queries for each alphabet and then
print each up in a separate report. I know there must be some way to
do it in one report.

Help.

Blessings,
Grammie
Nov 13 '05 #1
2 1169
On 18 Nov 2004 17:17:08 -0800, Grammie wrote:
I have a report I must produce twice a month of people in a database
and I need to separate it by alphabet...meaning the 1st page would be
"A" with all the people with last names that start with A in that
section.

There cannot be two Alpha sections on a page because I have to put
this in a book with Alpha tabs.

What I've done previously is make queries for each alphabet and then
print each up in a separate report. I know there must be some way to
do it in one report.

Help.

Blessings,
Grammie

In Report Design View, click on View + Sorting and Grouping
Group the report on [LastName], sort Ascending.
Set Group Header to Yes (or Group on =Left([LastName],1) if you wish
all the "A's" together).

If you wish just one Group per page, set the Group Header ForceNewPage
property to Before Section. It's located on the group header property
sheet's format tab.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
Nov 13 '05 #2
bm****@yahoo.com (Grammie) wrote in
news:ae**************************@posting.google.c om:
I have a report I must produce twice a month of people in a
database and I need to separate it by alphabet...meaning the
1st page would be "A" with all the people with last names that
start with A in that section.

There cannot be two Alpha sections on a page because I have to
put this in a book with Alpha tabs.

What I've done previously is make queries for each alphabet
and then print each up in a separate report. I know there
must be some way to do it in one report.

Help.

Blessings,
Grammie

In your report, select the grouping and sorting option and tell
the report to group on the name field. Set the Group On to
'prefix characters', the group interval to '1'. Set Group Footer
to 'yes'. ADD THE SAME FIELD AGAIN and tell it to sort on each
value.

In the group footer properties, set Force new page to 'after'.
..
--
Bob Quintal

PA is y I've altered my email address.
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: CSDunn | last post by:
Hello, I have a situation with MS Access 2000 in which I need to display report data in spreadsheet orientation (much like a datasheet view for a form). If you think of the report in terms of what...
1
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
6
by: Bob Alston | last post by:
I am looking for Access reporting add-in that would be easy to use by end users. My key focus is on selection criteria. I am very happy with the Access report writer capabilities. As far as...
1
by: lorirobn | last post by:
Hi, I have a report that works just fine. Now I would like to add the capability to choose selection criteria to limit what is displayed. I created several reports that do this, but they used...
1
by: monskie | last post by:
Hello to all, I have a problem which could be trivial to you guys. This concerns opening several crystal reports on the a crystal viewer on an ASPX page by calling window.open. My...
6
by: Dave | last post by:
On my form I have combo boxes. These combo boxes, after updating them, populate respective listboxes that are located below the combo boxes on the same form. I am trying to use a "generate...
3
by: creative1 | last post by:
Here is how you create a complex data report that involves parent and child commands and you can update information at runtime. Its pretty straight forward to work with simple queries; however,...
12
by: Studiotyphoon | last post by:
Hi, I have report which I need to print 3 times, but would like to have the following headings Customer Copy - Print 1 Accounts Copy - Print 2 File Copy -Print 3 I created a macro to...
11
by: Gord | last post by:
When I open a certain report, it runs some code that generates the records that will be displayed in that report. This works fine. When I go to print preview the report it appears that the code...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.