A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Ozzie
thank you - better to check everything from scratch - and yes all is in order as per UK dd/mm/yyyy settings as default regional settings - as mentioned (im from uk!!)
So Ill try the file you sent across but Im also wondering to try some along the lines of setting the txtbox value as a variable like
Sub_txtdate_afterupdate()
Dim=Calldate As Date
On error resume next
Calldate = CDate (Me.txtdate.value)
Me.Calldate.Value = Format(Me.txtdate.Value, "dd/mm/yyyyy"
Ignore the syntax mistakes etc but do you think that may work? and the same for datefinished - have I missed anything?
Adrian