Let's say there is a table of three columns - ID, Name, Surname - where ID is AutoNumber. ID is not displayed on the Form. How can I find ID number for current/selected record?
I can get current record number by Me.CurrentRecord. But I need to convert it to appropriate ID number. How can I do that in VBA?
I can get current record number by Me.CurrentRecord. But I need to convert it to appropriate ID number. How can I do that in VBA?