I have a report and I want to set several Form Properties. I can set all of the properties EXCEPT Orderby See my code below:
Me.Label6.Caption = “New Clients-Holocaust Survivors (Numerical)”
‘Me.OrderBy [CLIENT_ID]
‘Me.OrderBy = “[CLIENT_ID]”
Me.OrderByOn = True
What am I doing wrong???
Thanks,
Alan