Got a good one this morning which I thought was already solved.
I have a label that shows the number of days an item has been in inventory.
The Default is set to as shown below, for calculating the number of Days since the item was checked in
DateDiff(ThisItem.CheckInDate,Today())

However on the OnChange, whenever the value changes, it's not posting back to the DB. I'm sure its something I'm overlooking here. Any help would be appreciated.
Patch('Customers',ThisItem,{CountDays:NumberofDays.Text})
Thanks!