Re: Patch a date from a label
Thanks for getting back to me.
This the current statement I have
Patch(Cars,LookUp(Cars,Callsign=Value(Label27.Text),{LastRota:Value(Label26.Text)}))
Cars = List name
Label27 holds the number of the vehicle of the record to update (ID).
Label26 holds the date I need to patch into the LastRota column
When the button is pressed it is just creating a new blank record in the Cars sharepoint list
Any ideas?