Hi Steve,
I can't swear to it because I've never tried it your way, but I've always
used this order: Select somefield(s) from sometable where somecondition
order by somefield(s).
You put the where clause last.
Could that make a difference?
CW
> Thanks
> I tried using a Query instead of my Select statement in the Row Source and
[quoted text clipped - 34 lines]
> > > > > > > tblWorkOrders.Description FROM tblWorkOrders ORDER BY [Work Order Number]
> > > > > > > Where tblWorkOrders.Status="Open"". The box opens up blank. What am I missing?
Steve - 20 Sep 2007 20:42 GMT
Cheezie
Thanks for the thought. I'll try it next time.
Steve
> Hi Steve,
>
[quoted text clipped - 46 lines]
> > > > > > > > tblWorkOrders.Description FROM tblWorkOrders ORDER BY [Work Order Number]
> > > > > > > > Where tblWorkOrders.Status="Open"". The box opens up blank. What am I missing?
Tom Wickerath - 21 Sep 2007 09:40 GMT
Hi CW,
You nailed the issue. Good catch!
Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
> Hi Steve,
>
[quoted text clipped - 7 lines]
>
> CW