Search results

  1. M

    Loop through records problem.

    Thank you! The following error occurs: Complie Error: User-defined type not defined Highlighted in VB - Dim Rs As DAO.Recordset
  2. M

    Loop through records problem.

    Thats the problem, I've tried all sorts of code to do this and they all come back with errors... VB is not my strong point. Is there any sample code I could use to do so? Many thanks in advance once again!
  3. M

    Loop through records problem.

    Software version: Microsoft Access 2003 I have a table called SoldImagesCars This table has three fields id (primary key) lotno (Data Type - number) regno (Data Type - Text) I also have a form called frmSplash which gets the data from the above table. The following code VB code is called...
Back
Top Bottom