W
Wayne-I-M
For a number field - is there a weight format.
I can run an update query
IIf(Not ([tblClients]![Weight] Is Null),[tblClients]![Weight] & "kg")
to add the "kg" but this will only work on a text field.
I would like to have the field still remain a number (to make sorting,
reports, etc, simpler) but with a weight format ??
I could just add the "kg" into a calculated field but ......
Any ideas would be helpful
I can run an update query
IIf(Not ([tblClients]![Weight] Is Null),[tblClients]![Weight] & "kg")
to add the "kg" but this will only work on a text field.
I would like to have the field still remain a number (to make sorting,
reports, etc, simpler) but with a weight format ??
I could just add the "kg" into a calculated field but ......
Any ideas would be helpful