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

    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