MkDir problem

T

Tom

Any advice on the following issue please

Using MkDir D:\Data\Test the folder is made OK, however trying MkDir
\\192.168.2.2\Data\Test Access stops responding.

192.168.2.2 is the UNC address of the same pc and Data is the shared folder
name on that pc.

How can a folder be made using a UNC address?

Using Access 2002

TIA

Tom
 
A

Alex White MCDBA MCSE

Hi Tom,


if you click on start/run

and enter \\192.168.2.2\Data

click ok then try to create the folder does it work, because if not then it
is permissions.
 
T

Tom

Hi Alex

Thanks for your input - have got it sorted - nothing to do with permissions
just me being a dipstick haveing a space between the last . and the 2

Tom
 
Top