I am clueless...so I need help ! :-)
I have created a CCK content type with 6 images fields:
photo a, b, c, d, e, f
The order of the fields on the screen is something like f, b, a, c... So no relation what so ever with the order I have used to create the fields.
So I have decided to go through My SQL and edit the label value to reflect my order. I would give f - 1, b -2, a -3, c - 4...so that the user will be presented with a logical order 1, 2, 3, 4...