G
George Nicholson
I'm putting in ?REDACT() and getting nothing back.
Understandable.
Additions are enclosed with *, but all * should be removed before trying to
run the code.
Public Function REDACT() *As String*
Dim strPath As String
strPath = Nz(DLookup("BackName", "tblBackPath", "BackID=1 AND
BackActive=-1"), "")
*REDACT = strPath*
End Function
HTH
Understandable.
Additions are enclosed with *, but all * should be removed before trying to
run the code.
Public Function REDACT() *As String*
Dim strPath As String
strPath = Nz(DLookup("BackName", "tblBackPath", "BackID=1 AND
BackActive=-1"), "")
*REDACT = strPath*
End Function
HTH