I am trying to add a date reference in an If statement so that if the current date is greater than the date set of a form the code will run, can any body help please
To compare two dates you can best use the function "DateDiff". To get the current date you can use the function "Date". You can find more info and examples in the Access Visual Basic Help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.