Hi all-- Have a form bound to a table. The form has one text box. I am trying to have the info in the text box appear in order and the following code in the OnOpen event of the form asks for "Enter Parameter Value" of txtTypes. What have I overlooked?
Me.OrderBy = "[txtTypes]"
Me.OrderByOn = True
Me.OrderBy = "[txtTypes]"
Me.OrderByOn = True