I have an Excel sheet where the date for field O83 is formatted General. In Access I want the query to only pull up the records where that field has data. I have tried:
Is Not Null
>01/01/2000
<>""
"*"
"/"
Like "*/*"
Nothing changes it. Unable to change format in Excel because the file is sent to me from large corporation in antoher state. What do I need to do?
Is Not Null
>01/01/2000
<>""
"*"
"/"
Like "*/*"
Nothing changes it. Unable to change format in Excel because the file is sent to me from large corporation in antoher state. What do I need to do?