Search results

  1. A

    Error Accessing File. Network connect may have been lost

    I have been developing an application for several weeks. Today, when I try to run it I get the message: Error Accessing File. Network connect may have been lost. Nothing seems to run with the VBA code on any of the forms.
  2. A

    If .eof not excecuting

    Thank you I will try it. The msgbox was only used fir debugging. Thanks again.
  3. A

    If .eof not excecuting

    GoTo Records_Deleted
  4. A

    If .eof not excecuting

    Yes. In debug show the EOF to be true but it goes to ENDIF and doesn't excecute the next next statment.
  5. A

    If .eof not excecuting

    Hi Everyone, I am reading through a recordset to delte all the records. The code that tests for EOF doesn't execute. When I use debug it shows the EOF to be true. Thanks. Set HDRdb = CurrentDb Set HDRtdf = HDRdb.TableDefs("Delete_Table") Set HDRrst = HDRdb.OpenRecordset("Delete_Table") With...
Back
Top Bottom