
How did you implement the multiple insert? Please review the steps that you have taken to get this into place. If something in the process is not done correctly or is out of order issues can arise so please explain with as much detail as possible the steps you took.
What is the version of DataAssist that you are using for this? This will help if I need to do any testing to check on the result you are getting. This information can be found in the extension manager or by going into the Help > WebAssist > DataAssist > About. At the time of this post the most recent release is 2.0.6.

I'm using Dataassist 2.06
I'm using MS Access database and Dreamweaver CS4. This is how i implement the multiple insert:
1. I created a VB asp page.
2. Inserted a form with textbox and submit button
3. Created a Dreamweaver recordset
4. Used Dataassist Repeat selection for Textbox Repetitions
5. Run and tested working
6. Next insert Multiple Records,
Trigger: button pressed.
Repeated form: Repeat Selection (2)
Skip if empty: Always insert
Database
Connection: Database6
Table: Table1
After insert
go to (optional): nil.
Configure bindings
Assigned the textbox column (numeric) to the data field (numeric) in the recordsert.
Please kindly assist what could be the issues. Thanks.