Percentage question and query definitions

S

scubadiver

I have created a crosstab query using a definition in VBA that calculates the
percentage. Is there a way I can reduce or eliminate the decimal places using
VBA?

thanks.
 
A

ANDY-N via AccessMonster.com

I had the same problem with the crosstab creating too many decimal places.
You can do two things to eliminate the unwated decimal places. One is to go
into the properties of the field in the cross tab and change the format and
decimal place holders, the other way is to make a table from the cross tab
and change the format in the design. Hope that helps.
 
S

scubadiver

I know how to do it in a query design grid but I am asking if it is possible
to do it in VBA.
 
Top