General discussion
-
Topic
-
Access 2000 VBA Question
LockedI 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 = TrueWhat am I doing wrong???
Thanks,
Alan