Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Database > Access VBA Locked
|
Access VBA Locked Programming Microsoft Access database with VBA. See also the forums Access and Access ASP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA Locked section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 19th, 2006, 07:40 PM
Authorized User
 
Join Date: Jul 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to manage files in access

I used to write code to script to manage files in the old version of access .But in access2003 it won't work even though I turn off the sandbox mode.Let's find the errors in my code.
dim fs as Object
set fs=Application.FileSearch
fs.Lookin="d:\bird"
fs.filename="*.mdb"
if fs.exe() > 0 then
msgbox "found"
else
msgbox "Not found"
end if
when i debug this code it's alway show "Not found"
    Can you tell me why?Thanks.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Manage. rupen SQL Server 2005 1 October 17th, 2007 11:27 AM
For Role Access+Manage Mukund.vadodariya ASP.NET 2.0 Professional 1 June 10th, 2006 02:43 AM
Scripts to manage Text Files rylemer Beginning VB 6 5 May 27th, 2005 01:33 PM
Manage the .ldb file when ADO opens a Access .mdb marcelescu Visual C++ 1 October 18th, 2004 06:44 PM
How to manage NTFS folder access permissions Dmitriy Pro VB 6 0 August 7th, 2003 08:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.