Folders/Drive Object for Form

  • Thread starter Thread starter Chris
  • Start date Start date
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?
 
Back
Top