The database stores a [results] numeric field and an associated [sigfigs] numeric field. I need to combine the two in a query like so:
If number of characters in result < value of sigfig, find n= [sigfig] - [number of characters in result], CStr[result] and add n number of 0's to end of result
or something like this. Hopefully it is possible, this will save a lot of hassle later.