Hi,
I have some code that stores a date:
rstWO!wo_start_date = Format(Me.txtst, “dd-mmm-yyyy”)
I also need to put a time on the end of this such that the date looks something like this:
“03-02-2003 08:00”
How do you do this so that the item is stored as a correct date?
Thanks,
Mark