G
Guest
I have have 2 number fields representing months that I want to calc into
years & concatenate into a text field. I get "data type mismatch" on running
something like this:
Update To: ([mo1]/12) &"/" & (([mo2]-[mo1])/12) - the field being updated is
text.
For example:
If mo1 = 36 & mo2 = 360, then text = 3/27
years & concatenate into a text field. I get "data type mismatch" on running
something like this:
Update To: ([mo1]/12) &"/" & (([mo2]-[mo1])/12) - the field being updated is
text.
For example:
If mo1 = 36 & mo2 = 360, then text = 3/27