Hello,
I have two table columns, one Col A have zero decimal places (integer) and Col B have 3 (0.020).
On the Form, the textbox's data source = iif([Col A]= 0, [Col B], [Col A]) However, if I select decimal format 3, the interger will result to 2.000 while if it's the other it will cut it off.
I tried different ways to approach this but didn't work, can you help?
I appreciate it.
Thank you.
I have two table columns, one Col A have zero decimal places (integer) and Col B have 3 (0.020).
On the Form, the textbox's data source = iif([Col A]= 0, [Col B], [Col A]) However, if I select decimal format 3, the interger will result to 2.000 while if it's the other it will cut it off.
I tried different ways to approach this but didn't work, can you help?
I appreciate it.
Thank you.