E
Erik N
Hi!
Sorry about this simple problem.
I am retrieveing field names from a Access DB doing:
*********************************
(This is just for testing)
For i = 0 To (rs.Fields.Count - 1)
Debug.Print rs.Fields(i).Name
fieldName = rs.Fields(i).Name
Debug.Print Thisdocument.fieldName.Value
Next
**********************************
So obviously this doesn't work. How do I write to get to
the object I want in my last debug.print statement?
Sorry for this simple question.
BR,
Erik
Sorry about this simple problem.
I am retrieveing field names from a Access DB doing:
*********************************
(This is just for testing)
For i = 0 To (rs.Fields.Count - 1)
Debug.Print rs.Fields(i).Name
fieldName = rs.Fields(i).Name
Debug.Print Thisdocument.fieldName.Value
Next
**********************************
So obviously this doesn't work. How do I write to get to
the object I want in my last debug.print statement?
Sorry for this simple question.
BR,
Erik