M
Michael
I open a database with a command line ending ....... /cmd xxx or
......... cmd "xxx" or ..... ; xxx etc
I have a startup form and in the form open code I have
Dim abc as string
abc = command ' uses the command function which is supposed to the
return the value piped through the command line after /cmd
I expect the value "xxx" to be placed into abc. I get an empty string.
All the literature says that I should get "xxx".
What am I doing wrong?
TIA Michael
......... cmd "xxx" or ..... ; xxx etc
I have a startup form and in the form open code I have
Dim abc as string
abc = command ' uses the command function which is supposed to the
return the value piped through the command line after /cmd
I expect the value "xxx" to be placed into abc. I get an empty string.
All the literature says that I should get "xxx".
What am I doing wrong?
TIA Michael