A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
What is the line that saves the date in the database?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have Select format in Text box
Me.Start_date = Format(Me.Start_date, "DD/MM/yyyy")
but when save in database Date changed .
Entry Date 01-12-2019
Database Date 12-01-2019
My PC Format is DD-MM-YYYY
Please Help me what is wrong with Code.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
What is the line that saves the date in the database?