I need some advice or suggestions on the best way to accomplish this.
I have a table with records imported into our system, and it’s like a temporary table. I have a search field and the user types in the identifier of the records he wants to return. Simple so far. Then I want to insert those found records into another table. No updating or anything, basically a copy from one table to another. I’ve looked at the multi insert, insert with a repeater but not really sure what the best approach is.
If anyone can give some insight I would appreciate it.
Thanks. I did think of that, as that is what I’ve done in the past in ASP.NET and classic ASP. I figured the performance would be better overall with multiple records but I should be only dealing with 10-20 records at a time and was trying to use as much native Wappler as possible.
Thanks for the suggestion.