Descending Sort within Form Properties

trstorer

Registered User.
Local time
Today, 17:03
Joined
May 23, 2000
Messages
30
I want to use the "order by" property within a form. However, I want it to sort in descending order. How do I make that designation? I've tried adding DESC after the fieldname to no avail.

Any other ideas?

Thank you.
 
me.orderbyon=true
me.orderby= "fieldname DESC"
should work. were you setting orderbyon=true first?
 
THANK YOU. I added the code to the "On Open" property and it works great.
 

Users who are viewing this thread

Back
Top Bottom