Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    565
    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

  2. #17
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    565
    What's the Czech date format? yyyy.mm.dd?

  3. #18
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556
    Quote Originally Posted by madpiet View Post
    What's the Czech date format? yyyy.mm.dd?
    Looks to be dd.mm.yyyy ?
    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

  4. #19
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    565
    Quote Originally Posted by Welshgasman View Post
    Looks to be dd.mm.yyyy ?
    I was thinking use SPLIT() to break the date string into chunks and then use CAST and DATESERIAL to convert it to a real date... Not sure how else to do it.

  5. #20
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556
    Quote Originally Posted by madpiet View Post
    I was thinking use SPLIT() to break the date string into chunks and then use CAST and DATESERIAL to convert it to a real date... Not sure how else to do it.
    That is the problem. the O/P does not want to enter a full date, just part of a date.
    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

  6. #21
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    565
    but then couldn't you just test the parts of the string for null and substitute 1? (Well for the day, anyway)

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 11-20-2018, 11:57 PM
  2. Replies: 5
    Last Post: 02-20-2018, 07:25 PM
  3. Replies: 6
    Last Post: 06-20-2016, 01:29 PM
  4. Replies: 6
    Last Post: 05-29-2015, 10:21 AM
  5. Replies: 2
    Last Post: 04-05-2015, 06:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums