Skip to main content
Solved

Date data mismatch error with link to another table

  • January 6, 2025
  • 2 replies
  • 15 views

Forum|alt.badge.img+3

Im trying to use a field related to another table, the field is a date datatype which is in local format (DD/MM/YYYY) but the lookup tries to use another data forma (MM/DD/YYYY) so its not retrieving properly.

Fecha de Facturación and Fecha (from another table) are both in local format

 

But the datatype link from one table to the other search in another format so it fails...

anyone who has passed through this problem?

 

 

Best answer by TheTimeSavingCo

Try setting the 'Format' of the primary date field to be 'European'.  Once you do that when you open the linked record picker it should show with the day first, then the month

 

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Try setting the 'Format' of the primary date field to be 'European'.  Once you do that when you open the linked record picker it should show with the day first, then the month

 


Forum|alt.badge.img+3
  • Author
  • New Participant
  • January 6, 2025

Thanks very much, it worked!!