I have the following code in my report module as the report is generated with VBA based on the data on the form.
i can't figure out how to use the "grpSort" on my frmScheduled so that this GroupLevel will work.
what, where, and how do I specify and use the "grpSort" on my form so the rest of this will work?
Code:
' Select Case Forms!frmScheduled!grpSort
' Case 1 'Name
' Me.GroupLevel(0).ControlSource = "ScheduleDate"
' Me.GroupLevel(1).ControlSource = "What"
' End Select
i can't figure out how to use the "grpSort" on my frmScheduled so that this GroupLevel will work.
what, where, and how do I specify and use the "grpSort" on my form so the rest of this will work?