Hi there,
In one of my access application one form is getting data from some other server.
This below line of code is getting used.
Dnumber = CStr(Forms![Results Hit List].Form![RecordId]) + I
x = DDEInitiate("AEX", "ODBC")
DDEExecute x, Dnumber
Can some one please tell me how DDEInitiate...