Hi I am trying to use dbpoweramp in connection with MS Access.
I have a script which runs the following line of code only when it reaches this point I get the message:
Object doesn't support this property or method
Is there a reference in Access that I am missing?
Here is the line of code:
dMC = CreateObject("dMCScripting.Converter")
Thanks
Chris
I have a script which runs the following line of code only when it reaches this point I get the message:
Object doesn't support this property or method
Is there a reference in Access that I am missing?
Here is the line of code:
dMC = CreateObject("dMCScripting.Converter")
Thanks
Chris
Comment