Hello, i'm new to access and i need some help! I'm using a recordset and i'm using docmd to find a record. It works, and the the data on the form is selected. But when i run "msgbox(.fields("LastName")) it show the FIRST record, not the current record that is selected on the form when i execute "docmd.findrecord 'Mike',acEntire, True, acDown, True, acCurrent, True". Why? How can i navigate the recordset without .movenext, .movefirst,etc.?
Thanks in advance!
Thanks in advance!