G
Guest
Hi,
Can someone please provide the code to change the value in a table using the
following example (Table Name = Data)
Store SOH SOO
123 5 1
124 6 2
1025 6 3
If the store number is less than 1000 I need to add 1000 to it so I end up
with the following:
Store SOH SOO
1123 5 1
1124 6 2
1025 6 3
I would prefer to do this via code.
Can someone please provide the code to change the value in a table using the
following example (Table Name = Data)
Store SOH SOO
123 5 1
124 6 2
1025 6 3
If the store number is less than 1000 I need to add 1000 to it so I end up
with the following:
Store SOH SOO
1123 5 1
1124 6 2
1025 6 3
I would prefer to do this via code.