G
Guest
Normally I move around through the records in a table using rec.movefirst,
rec.movenext, etc. But this does not seem to allow me to get to a new record.
I read some earlier posts where it was suggested that an sql stagetment
(Insert Into) be used. I tried that and it does work. But I had to use a
macro, docmd.runsql() to run the insert statement.
So I have two questions,
1. Is there VBA language that will allow me to run the sql statement?
2. Am I correct in assuming that there is no VBA langauge (rec.movenew,
etc.) that will get me to a place to add a new record?
Thanks
rec.movenext, etc. But this does not seem to allow me to get to a new record.
I read some earlier posts where it was suggested that an sql stagetment
(Insert Into) be used. I tried that and it does work. But I had to use a
macro, docmd.runsql() to run the insert statement.
So I have two questions,
1. Is there VBA language that will allow me to run the sql statement?
2. Am I correct in assuming that there is no VBA langauge (rec.movenew,
etc.) that will get me to a place to add a new record?
Thanks