D
delolwai
Hi all,
I got a problem about the varible, for example :
Dim a as variant
Dim rst as variant
a = "AddNew"
Set rst = Currentdb.Openrecordset("Table");
rst.(what is the syntax of a for AddNew)???
..................
..................
(p.s: certainly I know simply rst.AddNew is ok...)
I don't know how to explain why I have to do so but I really want to
know is it any possible solution to do it.
Thx so much
Barabus
I got a problem about the varible, for example :
Dim a as variant
Dim rst as variant
a = "AddNew"
Set rst = Currentdb.Openrecordset("Table");
rst.(what is the syntax of a for AddNew)???
..................
..................
(p.s: certainly I know simply rst.AddNew is ok...)
I don't know how to explain why I have to do so but I really want to
know is it any possible solution to do it.
Thx so much
Barabus