Jun 1, 2002 #1 tyleri Programmer Jan 2, 2001 173 US here is the string of code that I have - how do I sort by the "date" field showing the closest future dates first? Set rstSimple = cnnSimple.Execute("SELECT * FROM db where display='yes' and mark='Rent'"
here is the string of code that I have - how do I sort by the "date" field showing the closest future dates first? Set rstSimple = cnnSimple.Execute("SELECT * FROM db where display='yes' and mark='Rent'"
Jun 1, 2002 #2 JohnYingling Programmer Mar 24, 2001 3,742 US ORDER BY clause? http://www.VBResizer.com Generate Forms/Controls Resizing/Tabbing Class http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort Class in VB or VBScript Upvote 0 Downvote
ORDER BY clause? http://www.VBResizer.com Generate Forms/Controls Resizing/Tabbing Class http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort Class in VB or VBScript
Jun 1, 2002 Thread starter #3 tyleri Programmer Jan 2, 2001 173 US heh - i'm retarded. brain fart. Thanks! Upvote 0 Downvote