Hi, I'm trying to put a query that would be based on the second row of a list and I don't know how to do it! The farther i can go with the expression generator is like:
Forms![Partners]![lstUsers]
but i would like it to be somethin like:
Forms![Partners]![lstUsers].firstname
(where firstname is the 2nd column of the list...)
Forms![Partners]![lstUsers]
but i would like it to be somethin like:
Forms![Partners]![lstUsers].firstname
(where firstname is the 2nd column of the list...)