Monday, May 24, 2010

What code do you use to check a date from a Microsoft Access Database in Visual Basic 6?

I need to know because i need to make sure that the date is not booked twice

What code do you use to check a date from a Microsoft Access Database in Visual Basic 6?
Ask Microsoft
Reply:Just compare one date with the other thus: date1 = date2


like comparing strings or numbers.
Reply:Try the IsDate() function.





See here : http://msdn2.microsoft.com/en-us/library...





Hope that helps!

stalk

No comments:

Post a Comment