Full Version: Bumping my question
UtterAccess Discussion Forums > Microsoft® Access > Access Reports
JohnnyB
I thought I should bump my question because it was a response to an earlier one. The original poster solved it but didn't exactly say how. Here's my question -----> ? <------ Thanks for any help.
jmcwk
John,

Did not read all of the thread(s) but it appears

This
QUOTE
Have you tried using the format() function in your query?

Here is an example to have the query show only one decimal place:

SELECT format( yourtable.yournumberfield, "#.#")
FROM yourtable;


was used ???

I do not even know what your original question was so............ anyway hope that helps you
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.