Different formats in a concatenated field

G

Guest

Hi

I have a concatenated field with text and currency content - and am trying
to retain the currency formatting using the expression below... however an
error message keeps presenting saying "You may have entered an operand
without an operator"

Can anyone help me and advise me what I am doing wrong.

TIA


="Please find attached a receipt for your generous gift of" & " " &
Format([Amount]"Currency") & "."
 
G

Guest

Brilliant - thanks Allen - I picked the expression up from someone else's
post and obviously didn't read it closely enough.

Much Appreciated
--
Sue Compelling


Allen Browne said:
Needs a comma between the 2 arguments:

Format([Amount], "Currency")

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.

Sue Compelling said:
Hi

I have a concatenated field with text and currency content - and am trying
to retain the currency formatting using the expression below... however an
error message keeps presenting saying "You may have entered an operand
without an operator"

Can anyone help me and advise me what I am doing wrong.

TIA


="Please find attached a receipt for your generous gift of" & " " &
Format([Amount]"Currency") & "."
 

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