Search results

  1. I

    At a Loss

    Ah, I didn't see the period in between obj and Recordset. removed it and got the output I was looking for. Thanks again pbaldy. lagbolt - thanks for the reply, looks like pbaldy saw the missinglink
  2. I

    At a Loss

    Hint.....It was, obviously I've hit my head too much against the brick wall. I made the change but now I get another error stating 'obj required' at the object move.next line
  3. I

    At a Loss

    Num_CPUs is the field
  4. I

    At a Loss

    Would someone mind explaining to me why I am receiving an error message "Microsoft Access Database Engine: No value given for one or more required parameters." on this code :banghead: recordsStr = "" sqlStr = "SELECT Computer, Room_Num, Speed, Num_CPUs, OS_Type, HDD_Size FROM Computers " &_...
Back
Top Bottom