Hi All,
I want to use a variable as FieldName in the DLookup function.
Normal DLookup:
DLookup("FieldName" , "TableName" , "Criteria= 'string'")
I want to use:
DLookup(variable, "TableName", "Criteria= 'string'")
Where variable is an integer, which represents the column number in the...