Hi, I need a spot of help... You can skip the pre-amble story if you like... by the way, i'm relatively new to this but i have little bit of knowledge...
I'm currently putting together a small website for a photographer and I'm doing it using ASP/Access so she can upload the photos herself and i don't have to be messing about with it every five minutes whenever she's taken a new pic...
It will basically be a frame on the left with some thumbnails (generated by ASPJpeg, I sussed that out, eventually) which, originally, she wanted the ordered by the date she uploaded them (which was easy enough as i just got it to datestamp the record in the DB)
However... she now wants to be able to change the order of the thumbnails herself which, at first, i thought would be kinda simple...
I added a 'picorder' field to the DB which was set up as a 'number' and i planned on setting up a page for her which would put all the thumbs into a list with a textbox next to each one where she would simply tap in a number ('1' for the first she wanted in the list, '2' for the second and so on) and then hit an 'update order' button, but i've no idea how to make a page that updates 20-odd records at once, i can only do single records...
So, can anyone help me on this?
If i dont work this out she will sack and/or stab me... 
Edited by slave