Access 2000 VBA Question - TechRepublic
General discussion
September 12, 2003 at 11:51 AM
mra2

Access 2000 VBA Question

by mra2 . Updated 22 years, 9 months ago

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

This discussion is locked

All Comments