Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browse Local Folders

Status
Not open for further replies.

msii

IS-IT--Management
Sep 24, 2002
16
US
Need Help,
I have a access form that has a command button on it that browses my local folders and files to select files to import in to my database. It worked fine on my Win2k machine. Then I upgraded to WinXP and everything else works fine except my browse button. I think it's the Visual Basic coding function that changed or something. Any help on this would be greatly appreciated.
Thanks,
MSII
 
Show us the code you use behind that button and we might be able to help you... =============
Jeremy Wallace
Designing, Developing, and Deploying Access Databases Since 1995

Take a look at the Developer's section of the site for some helpful fundamentals.
 
Private Sub cmdImp_Browse_Click()
ctlBrowseX.ShowOpen
Me![txtPath] = ctlBrowseX.FileName

End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top