Setting Report Sorting By Code...

B

Bob Barnes

I know there's a way by coding the Fieldname and placing it in
Report_Open...what is that code?

TIA - Bob
 
B

Bob Barnes

It's like..
Me.GroupLevel(0).ControlSource = "AOpen"...the Field you want to sort on.
 
Top