Will Stein - 2005-04-22

If I delete a record from the database - it put an error on the PRINT FRIENDLY page.

The print friendly page reads from the record "ID"

Therefore, if you delete a record from the database the next one still has the next ID. When the PRINT function goes to read the ID, it's empty and there is no output.

Where does the new record go to get an ID assigned?

What about:
ASSIGN NEXT INCREMENT ID - 17

anyone have an idea?