Search results

  1. S

    Does anybody knows how to use recordset.moveprevious

    Does anybody know how to use recordset.moveprevious? I'm using Access 2000. I want to use moveprevious function but it generates an error. Following are my codes and I've attached the error screen. Thanks a lot... Private Sub cmdPrev_Click() If rstProceeds.BOF <> True Then...
  2. S

    How to use recorset.moveprevious

    Does anybody know how to use recordset.moveprevious? I'm using Access 2000. I want to use moveprevious function but it generates an error. Following are my codes and I've attached the error screen. Thanks a lot... Private Sub cmdPrev_Click() If rstProceeds.BOF <> True Then...
  3. S

    URGENT!! Help on CurrentProject.connection Error

    Please help. My access prompt out this error when i used combo box wizard Method 'Connection' of object ' _CurrentProject' Failed. I couldn't use this VBA Command as well "CurrentProject.Connection". Does anybody know how to solve this. I've tried reinstalling ms access but the problem...
Back
Top Bottom