I am trying to add the following for the restricted quantities field:
I read a field from the excel file, and add multiples of that number until 1000.
For example if the number is 12, I would add
12,24,36,48, etc
So, if I just put in the numbers, it works, but then the field in the DB reads 12243648...
And when I try to put in commas, it doesn't work to submit that field.
Can anyone help me with this?
TIA