Folders/Drive Object for Form

C

Chris

Our organization had previously created an ocx object for
Access 2000 that gave us the ability to "path" around and
display "TXT" file and access them.

The "Code" used an "On Update" call:

=NewFileLocation(Forms![Data Import Menu])

to a Function that used a global string

Global strLocation As String

and sent the FormName

strLocation = FormName![GWAcctFiles].Path

However, this function doesn't seem to work in Office XP
Access. Does any one know how to change the "Function"
code so we get the same results?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top