I have a really simple problem and I've tried a couple of solutions found elsewhere but just can't seem to get this right.
I have two values, which are initially imported via a Database query (SQL), then the value written into a DBL Control. Once altered, I then want to put it back using Database Insert and create a new record. My problem lies with once I've changed the value, and pressed the button, the value sent to the Database isn't the formatted value I need (and I have tried converting to a string, setting the width, setting the display format of the control - nothing seems to work).
Screenshot attached shows the resultant data, it errors as my SQL column is set to Decimal(6,2).
All I want is a value like 1234.56
Am I just being really stupid here?!