Browse Button

ze_colmeia

New member
Local time
Today, 07:58
Joined
Oct 3, 2006
Messages
8
Hello

Is there any way to save the file path to a field on a table, usign a browse
button?

I tried using a button type=file but i can't associate it with my table field.

Thanks
 
Sure, just do a search on this forum for browsing examples. They will show you how to use the windows common controls to bring up the standard windows browse menu, and return a string containing the path of the chosen file.

Once you have this string, it is a simple matter to store it in your table.

Here's a thread showing how to use some common dialog boxes:
http://www.access-programmers.co.uk/forums/showthread.php?t=97638&highlight=browse
 
Hi. Thanks for the answer but i forgot to add that im using DAP and not forms, so im imagining its a bit different right?
 

Users who are viewing this thread

Back
Top Bottom