How do I add quotes as a constant in an expression?

G

Guest

example: I want quotes at the end of a number. If I want a space I put the
field name in, then & then " ", but if I want quotes and a space, I tried &
"" " and this gives me an error
 
M

Marshall Barton

DenieceTX said:
example: I want quotes at the end of a number. If I want a space I put the
field name in, then & then " ", but if I want quotes and a space, I tried &
"" " and this gives me an error


Inside quotes you need to use two quotes:

field & """ "
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top