p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > Database > Access VBA Locked
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

 
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old August 19th, 2006, 08:40 PM
Authorized User
Points: 66, Level: 1
Points: 66, Level: 1 Points: 66, Level: 1 Points: 66, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jul 2004
Location: Bangkok, , Thailand.
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

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



All times are GMT -4. The time now is 08:05 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc