Why doesn't this bit of code work (Access97)?
If db.Containers("Tables"
.Documents(intI).Name = "AFN*" Then
strFullName = db.Containers("Tables"
.Documents(intI).Name
End If
The variable keeps coming up empty.
Any help appreciated.....time is short and the water is rising!
Thanks.
If db.Containers("Tables"

strFullName = db.Containers("Tables"

End If
The variable keeps coming up empty.
Any help appreciated.....time is short and the water is rising!
Thanks.