1000's Separator

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

Guest

How do I get the 1000's separator to be added automatically to numbers in
records?
 
Access said:
How do I get the 1000's separator to be added automatically to
numbers in records?

Use a format property that includes it like...

#,###
 
Rick Brandt said:
Use a format property that includes it like...

#,###

Thanks, I did that and it included the separators in the records in the table but it hasn't updated the records in the form
 
You need the same format propderty applied everywhere you display the data.
Format properties are not inherited. They are copied when you first create
reports and forms, but changes are not automatically propagated.
 

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