Michael.Koppelgaard
New member
- Local time
- Today, 23:49
- Joined
- Apr 19, 2022
- Messages
- 17
Using VBA I put date values into a table with this input mask :
Format(Me.Txt_dato_ind, "dd-mm-yyyy")
The date field in the table are formated to short date. But it seemes that the date are recorded into the fields with month before day: mm/dd/yyyy.
The general format for my computer are dd/mm/yyyy.
How can I change the existing date in the table?
And how can I make future recordings correct?
Best Michael
Format(Me.Txt_dato_ind, "dd-mm-yyyy")
The date field in the table are formated to short date. But it seemes that the date are recorded into the fields with month before day: mm/dd/yyyy.
The general format for my computer are dd/mm/yyyy.
How can I change the existing date in the table?
And how can I make future recordings correct?
Best Michael