bitsmith2k
Programmer
hello folks.. dew to downsizing, i have to now deal with some crystal reporting.
i have a question that will help me out considerably..
just thought i'd post here before i go and buy a book...
i have this structure:
tblMain_TransTickets
====================
NumOfPeople : Number
Category : String
Subcategory : String
Price : Money
some sample info might look like this:
2 Broker Adult 4.80
1 Regular Child 2.50
1 Broker Adult 4.80
i want the report to look like this:
3 Broker Adult 4.80
1 Regular Child 2.50
in the past i've only ever used vb for reporting, and
can do what i need with it and sql.
not looking to be spoonfed here, just looking for a push in the right direction..
thanks in advance for the help..
mike
i have a question that will help me out considerably..
just thought i'd post here before i go and buy a book...
i have this structure:
tblMain_TransTickets
====================
NumOfPeople : Number
Category : String
Subcategory : String
Price : Money
some sample info might look like this:
2 Broker Adult 4.80
1 Regular Child 2.50
1 Broker Adult 4.80
i want the report to look like this:
3 Broker Adult 4.80
1 Regular Child 2.50
in the past i've only ever used vb for reporting, and
can do what i need with it and sql.
not looking to be spoonfed here, just looking for a push in the right direction..
thanks in advance for the help..
mike