We have a process where on a Form, a purchase order total is pulled when a user keys in a purchase order number.
The field on the form is of course a currency field. I have tired it with and without the thousands delimiter
When the amount is pulled over from the database, Forms is treating the comma as a decimal?
Data is stored as a varchar in SQL.
This seems to happen on any amount with a comma in it. Wondering why the form doesn't take the comma as is, especially since I am using the delimiter.
Thanks,
Chris