Hi
Is it possible to retrieve the format of a field when looping through recordset.
e.g you can get the field type by using
But the type for decimal or percentage is the same. It is the format that is different
I need to be able to see what is formatted as a percentage and what is formatted as fixed.
Thanks
Is it possible to retrieve the format of a field when looping through recordset.
e.g you can get the field type by using
rs.Fields.Type
But the type for decimal or percentage is the same. It is the format that is different
I need to be able to see what is formatted as a percentage and what is formatted as fixed.
Thanks