I am new to ColdFusion, so this question might seem simple to you...
I am making my form dynamicly : I query the database, so the name of the input-field is #RegDescr# to have different names for each input-field.
The problem now is if I want to insert that information in another table, I tried to say in my INSERT-query : Values ('#Form.#RegDescr##'). But that doesn't seem to work. I've tried several other ways but I can't work it out.
Can somebody give me some tips how to fix this one ???
tx,
I am making my form dynamicly : I query the database, so the name of the input-field is #RegDescr# to have different names for each input-field.
The problem now is if I want to insert that information in another table, I tried to say in my INSERT-query : Values ('#Form.#RegDescr##'). But that doesn't seem to work. I've tried several other ways but I can't work it out.
Can somebody give me some tips how to fix this one ???
tx,