
When using NAV 2013 with MS Access (via ODBC live connection), number values appear as 1.0000000000. Is their a way to format the numbers as whole number or integer? The Format Fields function in MS Access is not an available option when you have a live connection.
*This post is locked for comments
I have the same question (0)how did you realize the live connection?
where do you display the values from access, in pages or reports?
when getting the values from the access connection, you can format values in c/al using the FORMAT function. for conversions use function EVALUATE.