Hi, can anyone tell me how to return number of field by VBA
Not the FieldCount, but I want to return the single number of field from the table
example:
I have a table with the fields like below
|id | continent | country | province | city | area |......
I don't know if there is a statement like fieldNumber=2 will represent the column [continent] in the table
Hope anyone can help me out here, Thanks!![]()