Hi darbid,
After all day today I have finally solved on how i can do this. The code is below:
'Extract date and time from form
endtime = DateAdd("n", Me!hrs, Me!sstarttime)
mystart = Format(Me!startdate, "mm/dd/yyyy") & " " & Format(Me!sstarttime, "Medium Time")
myEnd = Format(Me!startdate...