Hi, I am trying to access the name of a field in a Recordset but when I try the following:
SSField = LTable!Field_1
Where: SSField is a string; LTable a Variant (treated as Recorset) and Field_1 a variable containing the name of the field.
I get a message: Item not found in this collection.
The point is that I have to pass the name of the field in a variable that get a differrent value everytime the proccess is called
Any help over there?
thanks
SSField = LTable!Field_1
Where: SSField is a string; LTable a Variant (treated as Recorset) and Field_1 a variable containing the name of the field.
I get a message: Item not found in this collection.
The point is that I have to pass the name of the field in a variable that get a differrent value everytime the proccess is called
Any help over there?
thanks