Ask a Question related to Microsoft Access, Design and Development.
-
Allen Browne #1
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
-
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... -
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... -
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... -
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... -
browse button
Is there a way to replace the file browse button using a JPG? <input type=file name=filename> -
Dave Cole #2
Re: Browse folder button on Access form
Thanks for that - looks exactly what I want
Davespurious "_SpamTrap")>-----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 hasin>
>"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>>> code!
>>
>> Dave
>
>.
>Dave Cole Guest
-
Dave Cole #3
Re: Browse folder button on Access form
Thanks for that - looks exactly what I want
Dave
in>-----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[url]http://www.mvps.org/access[/url])>>> 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> within the newsgroups so that all might benefit.<<>>>No Email, Please. Keep all communications
>
>
>.
>Dave Cole Guest



Reply With Quote

