is there a way to have the format set to standard (e.g. i want the comma). But i dont want any queries to come up with decimal places...(if i put the decimal property to zero on the table design they still show up in queries??)
You can set the display properties of each field in the query.....open the query in deisgn mode, right click on the field in question, select properties. You will find the format properties...set them to standard and zero decimals.
If that doesn't work, you can also use the following:
In the query in design mode, find the field in question. If the field line, change:
Field Name
to
Format([Field Name], "#,##0"
this will format the field to standard format without the decimals...
****************************
Only two things are infinite, the universe and human stupidity,
and I'm not sure about the former. (Albert Einstein)
Robert L. Johnson III
MCSA, CNA, MCP, Network+, A+
w: robert.l.johnson.iii@citigroup.com
h: wildmage@tampabay.rr.com
This is for an end user so i would prefer if there was a way to do this automatically?? I have a form that builds a query now i can go to the sql and put Round(...,)
but i am sure there is a way to tell access never to display decimals EVER!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.