Okay, what am I missing? I set up a really simple table with a text column and a date column. (Oh, and then a simple form based on that). I can enter the date as 2025.10.1, and it works fine. or just 2025.10 converts to 2025/10/1
Okay, what am I missing? I set up a really simple table with a text column and a date column. (Oh, and then a simple form based on that). I can enter the date as 2025.10.1, and it works fine. or just 2025.10 converts to 2025/10/1
What's the Czech date format? yyyy.mm.dd?
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
but then couldn't you just test the parts of the string for null and substitute 1? (Well for the day, anyway)