Removing OrderBy

B

Brad

I want to open a form and remove the OrderBy property. Right now it prompts
me for the field to order by, but depending on the query, it might not
exist.

I tried Me.OrderBy = "" on OpenForm and Load. I can't remove this. Any
suggestions?

Thanks
 
B

Brad P

Thanks for your replies.

I ended up using this command in the form
RunCommand acCmdRemoveFilterSort
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top