On a form I have an unbound control called dteOrderDate
It's format is set to Long Date
When I run the following code:
DoCmd.RunSQL ("Update tblTmpSupplierOrderAllDetails set PurchaseOrderDate = " & Me.dteInvoiceDate)
the date is stored incorrectly. It is stored as a time! for example, 6/9/12...