How to call file dialog box in access form application -


i using access 2000 write form application.

i need open file dialog box select file , extract file path.

the solution should compatible version of access 97 , above, , should not require module pre-installed in user's computer. no third party library, native call windows api.

p.s. need detail steps shows me add code.

for these kind of access faqs, should try access web starting point searching (though search interface sucks -- it's easier search site google). site official faq site number of non-ms access newsgroups. doesn't updated often, code still quite useful, precisely because answers questions asked frequently.

the code need in 1 of api modules, helpfully titled call standard windows file open/save dialog box


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -