I've made a form that adds a new client to my database. There is a field Labled IDNumber that is not edited on the form. I want the number to be the last IDNumber + 1. this number will be in a relationship in other tables. but i need to know how to pull the number and add 1 to it before the update statement.