I'm doing a recordset in vba and I'd like to seek a specific ID then return into some variables the column values of that particular row
so I look for the ID
then I get the rs!name and stuff that into a dim
rs!name
I've found rs.findfirst = "ID=" & lngNumber
works however I don't know how to get the other fields once found