How to locate a file and extract filename into access table.

  • Thread starter Thread starter bballpinhead
  • Start date Start date
B

bballpinhead

I am on a project where I need the capability to locate a file through
MS Access such as a pdf and extract the file name into a designated
table. Is there a way that I can do this in a command button? PS. I
would like to be able to access any folder on my computer in a
directory view screen.
Thanks in advance.
 
I am trying to do the exact same thing. I tried to implement Roger's
example but I keep getting errors. Perhaps I need a little more
guidance.
p.s. Roger - your website has some fantastic resources. Thanks
 
Using the instructions at

http://support.microsoft.com/default.aspx?scid=kb;en-us;824272&Product=off2003

I added a button that opens a file dialog box and allows me to select
the file I want. I added a line of code to load the file name
(complete with path) into the field in my form and table.

Now I am having trouble getting the entries to act like links. (they
look like them and the column is assigned to be hyperlink) But
clicking on them goes nowhere.
 
Uzytkownik "bballpinhead said:
I am on a project where I need the capability to locate a file through
MS Access such as a pdf and extract the file name into a designated
table. Is there a way that I can do this in a command button? PS. I
would like to be able to access any folder on my computer in a
directory view screen.
Thanks in advance.

===========================================================================
FULL LEGAL SOFTWARE !!!
Games, video, program, image, chat, questbook, catalog site, arts, news,
and...
This site it is full register and legal software !!!
Please download and you must register software !!!

PLEASE REGISTER SOFTWARE:
http://www.webteam.gsi.pl/rejestracja.htm
DOWNLOAD LEGAL SOFTWARE:
http://www.webteam.gsi.pl

Full question and post: http://www.webteam.gsi.pl

Contact and service and advanced technology:
http://www.webteam.gsi.pl/kontakt.htm
FAQ: http://www.webteam.gsi.pl/naj_czesciej_zadawane_pytania.htm

Please add me URL for you all site and search engines and best friends !!!

Me site:
SERWIS WEBNETI: http://www.webneti.gsi.pl
PORTAL WEBTEAM:http://www.webteam.gsi.pl
LANGUAGE: http://www.webneti.cjb.net

==========================================================================
 
Back to the topic at hand... after that useless junk above...

I realized that my error was in how the hyperlink is hanndled.
#display-text#hyperlink-address#

Creating a string link that to store in the field produced the final
desired result. you can also add in the screen-tips, etc. separated
by hash signs #

I hope this helps,

- Bernie
 
Fixed it and it works now...

I realized that my error was in how the hyperlink is hanndled.
#display-text#hyperlink-address#

Creating a string link that to store in the field produced the final
desired result. you can also add in the screen-tips, etc. separated
by hash signs #

I hope this helps,

- Bernie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top