OK - I know this is harder stuff but...
I have 3 lines of code that work in Excel
but fails in Access
It connects to a program "CQGPC" and returns an array of values.
In Excel the channelNumber returns a value that is correct (a small integer)
In Access (2003) it returns a large long number.
Thoughts anyone??
I would really like this to connect in Access so I don't have to code the Excel linkage.
I have 3 lines of code that work in Excel
Code:
channelNumber = Application.DDEInitiate("CQGPC", Topic)
returnList = Application.DDERequest(channelNumber, Item)
Application.DDETerminate channelNumber
but fails in Access
It connects to a program "CQGPC" and returns an array of values.
In Excel the channelNumber returns a value that is correct (a small integer)
In Access (2003) it returns a large long number.
Thoughts anyone??
I would really like this to connect in Access so I don't have to code the Excel linkage.