I want to pass a string command into MS Access using DDE. This I can do easily.
How ever te string I want to use is:
OpenForm "Section38 Current", acNormal, "", "[Section38 Current]![Road Name Rd1]=""Oberon Road""", , acNormal
But VB doesn't like this as a string. How would I rewrite it so VB will treat it like a string?
How ever te string I want to use is:
OpenForm "Section38 Current", acNormal, "", "[Section38 Current]![Road Name Rd1]=""Oberon Road""", , acNormal
But VB doesn't like this as a string. How would I rewrite it so VB will treat it like a string?