micaelk
Posts: 1
|
| Posted: 01/11/2006, 1:31 AM |
|
Hello to all.
I have a database table that goes as follows:
PHOTO_ID (autonumber)
PHOTO_NAME (char)
PHOTO_PATH (char)
APPEAR_ORDER (int)
My website displays photos in a certain order. I will sort by APPEAR_ORDER anything that displays my pictures. So far everything works as i want it.
My problem lies in the form. I would like to be able to change the order of my pictures by editing that field. Let's say out of 50 photos,i have a photo that appears on 20th position. I want to make that photo appear in 10th position. The photo that is in 10th position needs to move to 11th, the on that is on 11th to 12th etc,,,
Has anyone achieved that functionnality before?
|
 |
 |
|