I have a project form. On it is a project name.
I need to check to see that "\\server\<projectname>" does not exists before trying to create it.
2nd problem.. Creating it.
I have had no luck creating anything with the use of a variable.
I can do a mkdir "\\server\Access project" (works)
I cannot do this: mkdir "\\server\" & me![projectname]
Can someone explain how to use a variable in this instance?
mkdir syntax: mkdir "<name"
Thanks
I need to check to see that "\\server\<projectname>" does not exists before trying to create it.
2nd problem.. Creating it.
I have had no luck creating anything with the use of a variable.
I can do a mkdir "\\server\Access project" (works)
I cannot do this: mkdir "\\server\" & me![projectname]
Can someone explain how to use a variable in this instance?
mkdir syntax: mkdir "<name"
Thanks