Excuse the tail of questions ... thanks for previous answers
DoCmd.OpenForm "FormName", acNormal , , StLinkCriteria, acFormReadOnly
works fine with StLinkCriteria as [NegBehave].[TutorGrp]= '" &
Me![SelectGrp] & "'" (Select gop being from a combo box)
I would have though if i had wanted to sort it I would just add (with a
space) .....
Order By [NegBehave].[" & SortField & "] DESC" (Where sort field is the
field selected by the user.