N
nansk
Guest
I would like to store list of file names and paths in a text/hyperlink field in an MS-Access database.
I have created a form with VBA code to maintain the records in the table.
One way to get the filename would be to display a FileOpen dialog box to the user and get the complete file name with path.
This is possible in MS-Excel using the function:
filename = Application.GetOpenFileName ()
Is there any way I can do the same in MS-Access?
I have created a form with VBA code to maintain the records in the table.
One way to get the filename would be to display a FileOpen dialog box to the user and get the complete file name with path.
This is possible in MS-Excel using the function:
filename = Application.GetOpenFileName ()
Is there any way I can do the same in MS-Access?