R
Raymond
Dear all,
I want to write a program in VB to access MS Access form.Command function.
What the code should be if I want to access c:\sample.mdb ---> Form1--->
command1.click()? I think it may be set oaccess=createobject( ....)
somethings like that.
Why I need to use Vb to access MS ACCESS?
It is because I want to have the scheduler function in windows to run VB.exe
to run sample.mdb!forms1!command1.Click() event.
That is
Any help is requested and thanks for your help.
I want to write a program in VB to access MS Access form.Command function.
What the code should be if I want to access c:\sample.mdb ---> Form1--->
command1.click()? I think it may be set oaccess=createobject( ....)
somethings like that.
Why I need to use Vb to access MS ACCESS?
It is because I want to have the scheduler function in windows to run VB.exe
to run sample.mdb!forms1!command1.Click() event.
That is
Any help is requested and thanks for your help.