SBendBuckeye
Programmer
Lets say I am going to control an Access application through automation and have set a reference to it, etc. and the object is named MyAccess. Further, let's say the Access application has 2 methods, a sub named SubMethod and a function named FuncMethod.
How do I call and retrieve information from the same? Is it something like MyAccess.SubMethod or varValue = MyAccess.FuncMethod.
Sorry, I'm on a tight schedule and don't have much time to try things out so I thought I would ask the collective experts first.
Have a great day and thanks in advance for any help!
How do I call and retrieve information from the same? Is it something like MyAccess.SubMethod or varValue = MyAccess.FuncMethod.
Sorry, I'm on a tight schedule and don't have much time to try things out so I thought I would ask the collective experts first.
Have a great day and thanks in advance for any help!