Format text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello.
I need to pass some values to a word document. These values come from a
table and the format is text.
What i need is to format the variable value from text to currency (€).

Is this possible?
 
Try creating a query and using the Format function in that query (as opposed
to the Format property of the field).
 
Hello.
I need to pass some values to a word document. These values come from a
table and the format is text.
What i need is to format the variable value from text to currency (€).

Is this possible?

Yes just add € ; "€ " & mytext

Sincerely

Hans Kristian Eide
 

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

Back
Top