Browse folder button on Access form

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Re: Browse folder button on Access form

    Best way to choose a folder is outlined in this link:
    [url]http://www.mvps.org/access/api/api0002.htm[/url]

    --
    Allen Browne - Microsoft MVP. Perth, Western Australia.
    Tips for Access users - [url]http://allenbrowne.com/tips.html[/url]
    Reply to the newsgroup. (Email address has spurious "_SpamTrap")

    "Dave Cole" <djc03fss@hotmail.com> wrote in message
    news:23fe01c33f13$ce5e7050$a601280a@phx.gbl...
    > I wish to create a browse folder button which basically
    > allows the user to choose a folder which will then be
    > used to find information and load it into the database.
    >
    > In a similar Word VBA app I used:
    >
    > dlgAnswer = Application.Dialogs(wdDialogFileOpen).Show
    >
    > To allow the user to select a file.
    >
    > I either want the Access equivalent or better still I
    > want the user to choose a folder only and do the rest in
    > code!
    >
    > Dave

    Allen Browne Guest

  2. Similar Questions and Discussions

    1. Help needed with ASP form browse for file, create link to file and insert in access database
      I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then...
    2. Adding a Browse Button to a Form
      I am using Dreamweaver 3.0 and need to put a Browse button on a form so the user can attach local files and upload them to the client. Once I create...
    3. JavaScript Access to Button in form tags (webcontrol or html button)
      Hello, I have a button called LoadBtn, which exists in <form name="Form1" runat=server></form> tags. I then have javascript loaded outside of...
    4. Browse a Folder
      Hi, Use an xtra... like fileio(packaged with Director) or Buddy Api @ www.mods.com.au/budapi. Both give you commands that help you create standard...
    5. browse button
      Is there a way to replace the file browse button using a JPG? <input type=file name=filename>
  3. #2

    Default Re: Browse folder button on Access form

    Thanks for that - looks exactly what I want

    Dave
    >-----Original Message-----
    >Best way to choose a folder is outlined in this link:
    > [url]http://www.mvps.org/access/api/api0002.htm[/url]
    >
    >--
    >Allen Browne - Microsoft MVP. Perth, Western Australia.
    >Tips for Access users - [url]http://allenbrowne.com/tips.html[/url]
    >Reply to the newsgroup. (Email address has
    spurious "_SpamTrap")
    >
    >"Dave Cole" <djc03fss@hotmail.com> wrote in message
    >news:23fe01c33f13$ce5e7050$a601280a@phx.gbl...
    >> I wish to create a browse folder button which basically
    >> allows the user to choose a folder which will then be
    >> used to find information and load it into the database.
    >>
    >> In a similar Word VBA app I used:
    >>
    >> dlgAnswer = Application.Dialogs(wdDialogFileOpen).Show
    >>
    >> To allow the user to select a file.
    >>
    >> I either want the Access equivalent or better still I
    >> want the user to choose a folder only and do the rest
    in
    >> code!
    >>
    >> Dave
    >
    >
    >.
    >
    Dave Cole Guest

  4. #3

    Default Re: Browse folder button on Access form

    Thanks for that - looks exactly what I want

    Dave
    >-----Original Message-----
    >> I wish to create a browse folder button which basically
    >> allows the user to choose a folder which will then be
    >> used to find information and load it into the database.
    >>
    >> In a similar Word VBA app I used:
    >>
    >> dlgAnswer = Application.Dialogs(wdDialogFileOpen).Show
    >>
    >> To allow the user to select a file.
    >>
    >> I either want the Access equivalent or better still I
    >> want the user to choose a folder only and do the rest
    in
    >> code!
    >
    >See the following page at The Access Web:
    >
    > API: BrowseFolder Dialog
    > [url]http://www.mvps.org/access/api/api0002.htm[/url]
    >
    >--
    >Bruce M. Thompson, Microsoft Access MVP
    >bthmpson@mvps.org (See the Access FAQ at
    [url]http://www.mvps.org/access[/url])
    >>>No Email, Please. Keep all communications
    > within the newsgroups so that all might benefit.<<
    >
    >
    >.
    >
    Dave Cole Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139