> I have tried to place "Me.OrderBy = [Fieldname]" in a Form_Open
> event, but it seems to be ignored. Is it not possible to establish
[quoted text clipped - 6 lines]
>
> ctdak
You are loading the gun but not pulling the trigger :-)
You also need...
Me.OrderByOn = True

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
ctdak - 25 Nov 2005 07:32 GMT
OK, thanks. The gun is now fired!
It seems a little odd to me though. OrderBy has a default of False, but if
you set it to True in code, then I notice that the form's Order By property
gets loaded with the field name(s). This means that if you remove the = True
code instead of changing it to = False, the ordering will continue unless you
also remove it from the form property. This could be a real gotcha.
It seems that it would be better if the form property were NOT loaded like
this at all. Then you could just put the OrderBy code line in with field
listed, or not, with no need to turn it on or off.
ctdak
> > I have tried to place "Me.OrderBy = [Fieldname]" in a Form_Open
> > event, but it seems to be ignored. Is it not possible to establish
[quoted text clipped - 12 lines]
>
> Me.OrderByOn = True