Question
Variables for Field Names.
This may be a silly one for ya but I am having a brain fart
now.
I am doing a dynamic form where the form questions are created fro a database.
The different field names are dynamic variables generated via itererations (++) from the database table.
The problem is that when I submit the form I need the field names as the insert or update value to populate the values statement in the query. I am having a problem locking down the actual values to use for the insert or update statement.
I will need to use a loop to iterate through the variables.
Look at the code form the form.
Thanks in advance.
Gene
I am doing a dynamic form where the form questions are created fro a database.
The different field names are dynamic variables generated via itererations (++) from the database table.
The problem is that when I submit the form I need the field names as the insert or update value to populate the values statement in the query. I am having a problem locking down the actual values to use for the insert or update statement.
I will need to use a loop to iterate through the variables.
Look at the code form the form.
Thanks in advance.
Gene
