I am working with a SQL club membership database that was setup by someone else.
When imported to my PC the date fields are set as text and displays numbers(yyyymmdd) instead of date fields. Membership is annual and determined by month joined and I need to be able to contact members due for renewal at the end of each month.
How do I convert them into workable Access 2000 dates?
I used to run a query in Access 2000 to search for all Renewal_Dates(input by myself) that were equal to the current month using:
((DateDiff("m",[Renewal_Date],Date()))=0))
When imported to my PC the date fields are set as text and displays numbers(yyyymmdd) instead of date fields. Membership is annual and determined by month joined and I need to be able to contact members due for renewal at the end of each month.
How do I convert them into workable Access 2000 dates?
I used to run a query in Access 2000 to search for all Renewal_Dates(input by myself) that were equal to the current month using:
((DateDiff("m",[Renewal_Date],Date()))=0))