DDEInitiate to MSAccess problems

G

Grant

Hi,

I am having problems with the following code:

Dim channelNumber As Variant

channelNumber = Application.DDEInitiate
(app:="MSAccess", topic:="C:\MyDatabase.mdb")

What might I be doing wrong?
Grant.
 
Top