Ok, so what about functions such as DateAdd, do they also regard the date as US format? So would I need to use something like the following:
dtCurrentCallDate = Format(Me.txtDateEntered,"mm/dd/yyyy")
dtNewCallDate = DateAdd("d", intInterval, dtCurrentCallDate)
Thanks,
Simon