O
Otto Miros
Hi,
I use the command
DoCmd.RumSQL (select * into tempTB from table1)
in VBA.
The command runs fine but only insert 199 items. (tabel1 has 3000 items)
How can I run the command, so that all 3000 items are insert in tempTB.
Thanks
Otto
I use the command
DoCmd.RumSQL (select * into tempTB from table1)
in VBA.
The command runs fine but only insert 199 items. (tabel1 has 3000 items)
How can I run the command, so that all 3000 items are insert in tempTB.
Thanks
Otto