Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date sort in subform incorrect in. Query is correct

Status
Not open for further replies.

karassik

Technical User
Mar 27, 2002
51
US
I imagine this might be something common, so just point me to a previous post, I couldn't find it.

Problem is that my query is sorted by Ascending date which works perfectly in the datasheet view. Although when I use it in my continuous subform, it doesn't sort correctly.

Any ideas?

Thanks in advance,

Nishan
 
The recordsource of a subform is itself a query. If you click on that query, you will, no douobt, find it is different than the other query you reference. Yoiu may copy the query you like in the clipboard, open the subform query and paste it in - thus being sure it is the same query OR you may add an ORDER BY ... to the suvformj query.

rollie@bwsys.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top