N
nomadk
A2003 SP2
I have the following public function:
"Public Function FindPath()
Dim strPath As String
strPath = CurrentProject.Path
Debug.Print strPath
End Function"
If I run this from the module window Debug.Print strPath returns the correct
path in the immediate window.
I created a text box on an unbound form and set the data source to:
"=FindPath()", but nothing shows in the text box when the form is displayed.
Shouldn't this work?
Thanks
I have the following public function:
"Public Function FindPath()
Dim strPath As String
strPath = CurrentProject.Path
Debug.Print strPath
End Function"
If I run this from the module window Debug.Print strPath returns the correct
path in the immediate window.
I created a text box on an unbound form and set the data source to:
"=FindPath()", but nothing shows in the text box when the form is displayed.
Shouldn't this work?
Thanks