I was wondering how to modifiy the Edit Page to add in an additional user input field so that I can use the after edit sub routine to check to see if they have anything in this new field and execute additional scripts against the DB.
for example
pleace a radio and or checkbox asking the user if a count that is tracked in another table needs to be updated as well. If the user selects yes then an additional script will run in the after edit sub routine if the user selects no or leaves the checkbox empty - no additional routine happends.
I already have the routine in place for the Add page and it is working fine, but the add page does not require a user to repond, just the edit page.
Any help wold be appreciated.