I am populating a TextBox with a date. The TextBox is linked to a field on my spreadsheet. I use the code as follows:
FormName.DateTextBox.Value = format(now(),"dd-mmm-yyyy")
The problem is, as soon as I leave the TextBox the date format reverts to "mm/dd/yy". Is there a way to have the format remain unchanged?
thx
Bill
FormName.DateTextBox.Value = format(now(),"dd-mmm-yyyy")
The problem is, as soon as I leave the TextBox the date format reverts to "mm/dd/yy". Is there a way to have the format remain unchanged?
thx
Bill