I have a MS Access unbound form that supposed to collect data from a user then add the new record to a table (tblResearchReq ) then print preview the newly added record in a report after the user clicks the submit button. I use DAO to add the new record and the rst.Bookmark = rst.LastModifie d to position the recordset to the last modified record. The record gets added to the table but object variable is not being set. Getting error "object...