PDA

View Full Version : Updating Tables


Nmare
Fri 22nd Nov '02, 6:11pm
Hello, im working on a script where u have 2 rows called ID.
2 rows' IDs are 10, and 11.
What i need to do is add the 2, to get 21, and then divide by 2. which would give me a decical. Then I want to take the int of that, to get 10. Now I have 10, but when I update the ID for 11 it wont switch to 10 like it should, so both will be 10,
Does anyone know how I can make the ID goto 10, or is it not possible.

- Sorry if this seems confusing.