Search results

  1. P

    Run another application after Access exit

    I need run another application after Access exit. Another application must start just after Access exit, but not before! Any ideas? THANKS
  2. P

    How to browse sorted/filtered ADO recordset?

    Hi ALL! I have Access 2000 ADO project (backend MS SQL server 2K) with form in datasheet view based on stored view. For some reasons I need know primary index of next and previous record related to current record. I used RecordsetClone with MoveNext and MovePrevious methods. Solution works well...
Back
Top Bottom