Search results

  1. A

    Run time error 7951

    I've designed a simple form. There’s a list box displaying 2 columns from a db. When I select a row, it should copy the values to a different form. Here’s the code for afterupdate of the listbox : Dim rs as DAO.recordset Set rs=me.recordsetclone This is giving me the following error...
Top Bottom