G
Guest
I'm printing a report from a table that I built. The data is very complex and
involves lots of calculations. The report is just rows and columns of figures
but some figures are currency amounts, some are just numbers and some are
percentages. I have a colum in my table called 'format' which I set to 'C',
'P' or 'N' - now I'd like to set the FORMAT and DECIMAL PLACES properties of
the report controls dynamically based on this value (which is a hidden
control on my form). Can this be done and if so, what is the syntax?
I've tried it in the FORMAT event but I can't refer to those properties.
-David
involves lots of calculations. The report is just rows and columns of figures
but some figures are currency amounts, some are just numbers and some are
percentages. I have a colum in my table called 'format' which I set to 'C',
'P' or 'N' - now I'd like to set the FORMAT and DECIMAL PLACES properties of
the report controls dynamically based on this value (which is a hidden
control on my form). Can this be done and if so, what is the syntax?
I've tried it in the FORMAT event but I can't refer to those properties.
-David