Hi there vbjock
I'm not sure if my input counts at all, but as per my experience, any
'DATE' value your're trying to input into an Access Rowsource i.e.
'Cell' wont work directly unless you physically type it in the cell itself.
Reason for this is because Access will only take literals and not strings for a
DATE\TIME value.
Any formatting of a
DATE in anyway thus looses it's [!]internal value[/!] as being a date. Yes, it might display as a date but what is actually stored within Access is
'garbage' characters which doesn't have any relevance to a
DATE\TIME format.
The 'Convert' function won't work either as this is physically converting the DATE to some other
DATATYPE and thus not being a
DATE/TIME value.
A work around this will be able to parse parameters to the 'Cell', thus insuring that no matter how you parse the date value, it will always be stored as a true
DATE/TIME format.
If your Regional Settings are different, bear in mind that this is also only a way to display a
'DATE'.
So whether you have yyyy/mm/dd or dd/mm/yyyy or any other display for your date, remember that the Universal Storage of DATES in Access is yyyy/mm/dd. This is by no means a Regional Setting format it just happens that it's the same as the US DATE Format.
Cheers
9milla
"And so it begins!"
LOTR (Battle for Helms Deep)