F
franky
I have a recordset and I'm attempting access the fields using a variable
name. The following doesn't work:
myItem = rs!Left(listItem, InStr(1, listItem, "(") - 1)
How would I accoumplish this? Not sure is this matters, but the recordset
is declared as: Dim rs As rdoResultset
Thanks in advance!
name. The following doesn't work:
myItem = rs!Left(listItem, InStr(1, listItem, "(") - 1)
How would I accoumplish this? Not sure is this matters, but the recordset
is declared as: Dim rs As rdoResultset
Thanks in advance!