I have a form bound to an Azure SQL Database. There is a field "OfferDate", which is a Date type in SQL. Everything works as expected when a new record is created: the selected date saves to SQL properly and the form works normally.
But, if I access the form's "LastSubmit" property, the date value is empty. Note that LastSubmit does pickup everything else - including the primary key generated in the SQL db.
Can anybody help me understand what's going on here?
Thanks.