Hi,
How can I set all records to 0 in a table? -- UPDATE -- What I want to do is the following. I have a table called Pages with an attributed called position. When I delete page from the table i want som function to reorder the positions, so that there wont be any not used positions.
EX. Position 1, 2, 4, 8, 9, 12 becomes 1, 2, 3, 4, 5, 6