I am puzzled by this seemingly simple task to calculate the log base 10 of a field of values. Any help would be greatly appreciated.
The natural log (ln) is easy to calculate: If 'field1' contains a list of numbers, then 'field2: log([field1])'.
How can I so the same for a log base-10?
'field2: log10([field1])' does not work. Unlike excel, Access is very limited in it's functions. I think I will have to program this in VBA to get it to work. If so, how would I do that?