Henryk
Posts: 63
|
| Posted: 04/27/2005, 7:45 AM |
|
I have a ticketing database where folks fill out ticket requests. I would like to build a new table, almost identical, which house tickets that are very commonly submitted. A person could then choose the appropriate template and the record would open. They edit the few fields they need to change and clicking submit, rather than updateing the template entry, would insert to the ticketing table. Can we point a submit button to a different table from where the data was pulled? Thanks!
Henryk
|
 |
 |
E43509
Posts: 283
|
| Posted: 04/27/2005, 8:44 AM |
|
You can make the insert a custom insert and drive those data fields into another table by selecting the table or providing sql
This is part of the form properties in CCS IDE
|
 |
 |
|