I am trying to build a survey DB, and I need an identifier number, for each person that paticipates in the survey,
I want to, (on the loading of a form) check the value that is in a single record table, enter that into a variable, then change the single record in that table to increase by 1
then i can build a "blind" survey user ID from the variable that is extracted.
I need code to pull the value from the table, pass it to a variable, increase the table value by 1 and overwrite the existing number in the table.
sound doable?
I want to, (on the loading of a form) check the value that is in a single record table, enter that into a variable, then change the single record in that table to increase by 1
then i can build a "blind" survey user ID from the variable that is extracted.
I need code to pull the value from the table, pass it to a variable, increase the table value by 1 and overwrite the existing number in the table.
sound doable?