Date Help

liunx

Guest
How do i get todays date which i then want to use to compare to an expiry date.

part two would be in access using a jet driver do i query to see if an expiry date is after todays date

thanks

frankDim theDate As Date = Date.Now
 
Back
Top