Buttons in forms

  • Thread starter Thread starter Michael Nisbet
  • Start date Start date
M

Michael Nisbet

Thanks very much for the help, but can anyone walk me
through this (Or give me more details) bearing in mind I
am a complete amateur in the world of VB, and don't
really know what I'm doing at all.

Thanks,
Michael



Hi, Michael.

You can use the GetOpenFile API to select a filename.
Once assigned to a variable, you could write the
selection
to a hyperlink field in your table.

See the following link:

http://www.hammerdata.com/Newsgrp/api/api0001.htm

HTH
Kevin Sprinkel
 
Try the code at www.mvps.org/access in the API section. It
allows you to open the standard Windows File>Open dialog
to select a file. Then save the full path and filename.
What you do with it afterwards is up to you. If you have
any specific questions (after reviewing the code) please
feel free to ask.
 
Back
Top