G
Guest
I was wondering if anyone would assist me. I have a query (qryCalcs), and I
was wondering if I could change the Format and DecimalPlaces properties of a
field in the query.
Let me clarify so that you don't think I'm going off the deep end. I am not
trying to change the properies programmatically just for one field. I have
about 75 fields that I need to change all to Percent format with 1
DecimalPlace. For this problem, I can hard code the field names for doing the
change b/c this would a one time update, but I can see where knowing how to
access the properties of a query can be very helpful when having to change a
large number of fields to the same property sets.
Thank you,
Ken
was wondering if I could change the Format and DecimalPlaces properties of a
field in the query.
Let me clarify so that you don't think I'm going off the deep end. I am not
trying to change the properies programmatically just for one field. I have
about 75 fields that I need to change all to Percent format with 1
DecimalPlace. For this problem, I can hard code the field names for doing the
change b/c this would a one time update, but I can see where knowing how to
access the properties of a query can be very helpful when having to change a
large number of fields to the same property sets.
Thank you,
Ken