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
 
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
 
Back
Top