Recent content by anovice

  1. A

    Run time error 7951

    This isnt working. Pls help me..all I want to do is select a row from a list box and display the details for that row in another tab!!!!!!!! Seem to be going nowhere with this..
  2. 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