Consider this:
|-----------------------------------------|
|Field1|Field2|Field3|Field4|Field5|Field6|
|-----------------------------------------|
|value1|value2|value3|value4|value5|value6|
|-----------------------------------------|
If the table is updated and, let's say, Field2 is set to '' is there a easy way of moving all the values across 1 place so there are no spaces? I.E in the above example: the value of field3 becomes that of field2,field 4 becomes field3 etc...
|-----------------------------------------|
|Field1|Field2|Field3|Field4|Field5|Field6|
|-----------------------------------------|
|value1|value2|value3|value4|value5|value6|
|-----------------------------------------|
If the table is updated and, let's say, Field2 is set to '' is there a easy way of moving all the values across 1 place so there are no spaces? I.E in the above example: the value of field3 becomes that of field2,field 4 becomes field3 etc...