Newbies Simpleton Posted March 5, 2002 Newbies Posted March 5, 2002 Gentlemen, How can I set up a field that contains dates (xx/xx/xxxx) so I can enter month, day or year,and get a match? ie...enter "1995" and see records containing 01/01/1995 - 12/31/1995. Thanks.
Kurt Knippel Posted March 5, 2002 Posted March 5, 2002 Make a seperate TEXT field containing something like the following: code: Month ( Date ) & "/" & Day ( Date ) & " " & Year ( Date ) This will seperate the "date" into different parts which can then be searched for independantly.
Recommended Posts
This topic is 8301 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now