Hi All...
Unfortunately, I have a database with numerous Memo fields, and I cannot
execute Insert SQL statements with these, so I am using the ADODC control.
This is all well and fine for single inserts, but as soon as I have to do
multiple Inserts (i.e. In a loop) Access starts crawling. I need to know how
I can force the ADODC control to wait until the Insert is complete, before
returning control to my application.
In the mean time, I will work on more work arounds...
Thanks
Brian Vos