G 
		
								
				
				
			
		Gordon
I have a form in which I set a number of parameters for a report which
is then launched from a form button. The code for the report is
constructed on the flyin the on open event of the report.
The report has only one group level which I have set in design view.
In the on open code I have:
Me.GroupLevel(0).ControlSource = "fldYear"
Me.GroupLevel(0).SortOrder = False
......in order to sort the group by Year in ascending order. How do
I set the sort order within that? I want to sort using the field in
the detail section (fldTitle) - in alpahbetical order.
Thanks for any help
Gordon
				
			is then launched from a form button. The code for the report is
constructed on the flyin the on open event of the report.
The report has only one group level which I have set in design view.
In the on open code I have:
Me.GroupLevel(0).ControlSource = "fldYear"
Me.GroupLevel(0).SortOrder = False
......in order to sort the group by Year in ascending order. How do
I set the sort order within that? I want to sort using the field in
the detail section (fldTitle) - in alpahbetical order.
Thanks for any help
Gordon