E
Eric
Hi Everyone,
I have a list of records in my listbox, but I am having
trouble bringing up a record for editing purposes. What I
am trying to accomplish is if a record is recorded
incorrectly, I want to have the user select that record
and edit it in a form that I created. Everything I have
tried is not working. Any ideas? The code below is what I
am using.
DoCmd.OpenForm "frmAudit", , , Me.AuditList.ListIndex - 1
I have a list of records in my listbox, but I am having
trouble bringing up a record for editing purposes. What I
am trying to accomplish is if a record is recorded
incorrectly, I want to have the user select that record
and edit it in a form that I created. Everything I have
tried is not working. Any ideas? The code below is what I
am using.
DoCmd.OpenForm "frmAudit", , , Me.AuditList.ListIndex - 1