keep the format such as capitalization of data when exporting

K

Kath

I formated the Capitalization in Forms and Tables so when
I am inputing I can save some trouble. Yet the data's
format don't carry through when they are exported. What
did I do wrong?
 
J

Joe Fallon

Perhaps you only display the data the way you want.
It may not actually be stored that way.

Open the table and look at the raw data.
If it is not formatted then you need to write a query and format each field
and then export the query.
 
G

Guest

thank you Joe for the reply - May I ask how do you do that
in the query?

Many Thanks!
 
J

Joe Fallon

Use the format function.

e.g.
Field Name = Amount
Value = 1

in query:
myFormattedAmount: Format([Amount],"##,###.00")
 

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