I have a command in Access inside a module which works just fine:
DoCmd.OpenForm "Section38 Current", acNormal, "", "[Section38 Current]![Road Name Rd1]=""Oberon Road""", , acNormal
I then write the correct code to send the same as a DDE command as a string:
"[OpenForm "Section38 Current", acNormal, "", "[Section38 Current]![Road Name Rd1]=""Oberon Road""", , acNormal]"
which doesnt work and gives a "Foreign Application Wont Perform DDE Method Or operation" error in the application that issues the DDE command. (Visual Basic 5 app that I'm TRYING to write). I'm definitely innitiating the dde conversation correctly because I'm able to run macros and do other things.
Thanks for ANY help
elziko
DoCmd.OpenForm "Section38 Current", acNormal, "", "[Section38 Current]![Road Name Rd1]=""Oberon Road""", , acNormal
I then write the correct code to send the same as a DDE command as a string:
"[OpenForm "Section38 Current", acNormal, "", "[Section38 Current]![Road Name Rd1]=""Oberon Road""", , acNormal]"
which doesnt work and gives a "Foreign Application Wont Perform DDE Method Or operation" error in the application that issues the DDE command. (Visual Basic 5 app that I'm TRYING to write). I'm definitely innitiating the dde conversation correctly because I'm able to run macros and do other things.
Thanks for ANY help
elziko