ADO DOT NET Posted July 15, 2007 Posted July 15, 2007 Hi all, I have 3 different dates: I wanna know how can I compare if the 2nd date is between the 1st and 3rd date? Thanks. Quote
Administrators PlausiblyDamp Posted July 15, 2007 Administrators Posted July 15, 2007 'something like dim d1,d2,d3 as date 'assume date vars have been assigned values if d2 > d1 AndAlso d2 < d3 then 'd2 is between d1 and d3 end if Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.