G
Guest
Hi,
I have this formula/expression in a query where i want to show a message to
the user. (It doesnt have to be in a query but for this example lets assume
it IS in the query).
So it looks like this:
PassengerMessage: Trim("Dear" & " " & [Title] & " " & [txtPassengerName] &
". Your booking " & [numBookingNumber] & " " & "is confirmed for " &
[dateBookingTime] & ".")
It thus brings up the message like this: Dear Mr R Selshop. Your booking
1234567890 is confirmed for 10:00.
What i want to do though is this:
Dear Mr R Selshop.
Your booking 1234567890 is confirmed for 10:00.
(I want a return key after the fullstop after the Surname)
Can this be done and if so - HOW?!?!
Fanks!!!
Ant
I have this formula/expression in a query where i want to show a message to
the user. (It doesnt have to be in a query but for this example lets assume
it IS in the query).
So it looks like this:
PassengerMessage: Trim("Dear" & " " & [Title] & " " & [txtPassengerName] &
". Your booking " & [numBookingNumber] & " " & "is confirmed for " &
[dateBookingTime] & ".")
It thus brings up the message like this: Dear Mr R Selshop. Your booking
1234567890 is confirmed for 10:00.
What i want to do though is this:
Dear Mr R Selshop.
Your booking 1234567890 is confirmed for 10:00.
(I want a return key after the fullstop after the Surname)
Can this be done and if so - HOW?!?!
Fanks!!!
Ant