Problems with OrderBy

  • Thread starter Thread starter Jonathan Blitz
  • Start date Start date
J

Jonathan Blitz

I have entered an OrderBy value in a form.
Then, in VBA in the Open_form event I have set ORDERBYON to true and
requeryed.

It doesn't work.

What could I be doing wrong?

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 
Hi Jonathan,

Does the issue occur on your run time application? If so, please refer to
the article below:

MOD2000: Filter By Form Is Not Available in Run-Time Applications
http://support.microsoft.com/?id=262094

In full version, it should work normally. You may test it in sample
database northwind.mdb to see if it is related to the specific database.




Sincerely,

Alick Ye, MCSD
Product Support Services
Microsoft Corporation
Get Secure! - <www.microsoft.com/security>

This posting is provided "AS IS" with no warranties, and confers no rights.




--------------------
| From: "Jonathan Blitz" <[email protected]>
| Subject: Problems with OrderBy
| X-Tomcat-NG: microsoft.public.access.forms
|
| I have entered an OrderBy value in a form.
| Then, in VBA in the Open_form event I have set ORDERBYON to true and
| requeryed.
|
| It doesn't work.
|
| What could I be doing wrong?
|
| --
| Jonathan Blitz
| AnyKey Limited
| Israel
|
| "When things seem bad
| Don't worry and shout
| Just count up the times
| Things have worked themselves out."
|
|
|
 
Jonathan Blitz said:
What do you mean by "Run Time Application" as opposed to "Full Version"?


The Runtime is a royalty-free version of Access that owner's of the Developer's
Version of Office can distribute so users can run their Access applications without
having to own a licensed copy of Access. There are a few features that do not work
in the Runtime (Filter-by-form being one of them).


--
*******************************
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
*******************************
 
What do you mean by "Run Time Application" as opposed to "Full Version"?

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 
Back
Top