Good morning all,
I'm stumped, pretty sure I know what the issue is, but I'm not certain on how to fix it and know that someone on this forum will be able to tell me what I'm doing wrong.
Here is the code I am using:
stbody = ("Thank you for allowing us the opportunity to assist you with your travel plans. Below please find the details you requested!" & vbCrLf & vbCrLf & _
"Destination: " & Me!Destination & vbCrLf & vbCrLf & _
"Primary Guest: " & Me!Guest1 & vbCrLf & vbCrLf & _
"Departure Date: " & Me!Departuredate & vbCrLf & vbCrLf & _
"Flight Details: " & Me!FlightDetails)
My problem line is Departure Date - if I remove this line, no error - I'm sure that this has something to do with that this line is numeric, but I'm clueless on how to fix it.
Any help would be greatly appreciated.
Thank you
I'm stumped, pretty sure I know what the issue is, but I'm not certain on how to fix it and know that someone on this forum will be able to tell me what I'm doing wrong.
Here is the code I am using:
stbody = ("Thank you for allowing us the opportunity to assist you with your travel plans. Below please find the details you requested!" & vbCrLf & vbCrLf & _
"Destination: " & Me!Destination & vbCrLf & vbCrLf & _
"Primary Guest: " & Me!Guest1 & vbCrLf & vbCrLf & _
"Departure Date: " & Me!Departuredate & vbCrLf & vbCrLf & _
"Flight Details: " & Me!FlightDetails)
My problem line is Departure Date - if I remove this line, no error - I'm sure that this has something to do with that this line is numeric, but I'm clueless on how to fix it.
Any help would be greatly appreciated.
Thank you