G Guest Jun 21, 2007 #1 Hi, Is there way to create predefined directory structure from Access ?. Thanks
J jmoss111 via AccessMonster.com Jun 21, 2007 #2 Try something like: MkDir ("S:\SiteData\HSV2\AR\" & ThsYYYYMMDD)
M Marshall Barton Jun 21, 2007 #3 andrzejls said: Is there way to create predefined directory structure from Access ?. Click to expand... Check VBA Help for the MkDir statement.
andrzejls said: Is there way to create predefined directory structure from Access ?. Click to expand... Check VBA Help for the MkDir statement.