WantsToLearn
Programmer
Lets say I have an Access object named dbs which is currently opened to another database named Database2 which has a function named Function1 which returns a string value.
Can I do anything like the following:
strText = dbs.somequalification.Function1
I have gotten it to work with dbs.Eval("function1"
but that seems to be pretty slow. Is there a better way!
Thank you!
Can I do anything like the following:
strText = dbs.somequalification.Function1
I have gotten it to work with dbs.Eval("function1"
Thank you!