Search results

  1. J

    Access runtiume errors 3078 and 7874

    Hello I have an error message counting records in a query, or opening the query, using vba. The query runs correctly when executed manually when no VBA is running. I’m fairly sure this code ran a year ago as it is a once a year execution. The code is intA = DCount("*", "qryAdh1EmailAppel")...
  2. J

    BeforeUpdate errors after changing record with bookmark.

    I am running Access 2000. I have a form which has an beforeupdate event to set a time stamp: I also have a combo box with a goto a record using the recordsetclone & bookmark. If I change anything in the displayed record, the GoTo combo box errors with the message "Update or CancelUpdate...
Back
Top Bottom