Search results

  1. M

    Runtime error when attempting to update form

    Hello, I get the following error when any user attempts to make any change to a particular form in my db. Run-time error '-2147352567 (800200009)': Update or CancelUpdate without AddNew or Edit. The code throwing the error is: Private Sub Form_BeforeUpdate(Cancel As Integer) Me.Date_edited...
  2. M

    Global Find and Replace for one field in table

    Hello, I am working with an adp and have an issue with &'s in one of the fields. I would like to do a global find and replace for ampersands in just this one field within one table to replace the &'s with "and." How do I go about doing this? Thanks
  3. M

    multiple users creating "null records"

    We have an issue with our database creating records which have no values. On occasion, when more than one person is working in the database the system generates a null record despite the fact that we have the primary key set to not allow nulls. That is each field is null. Is there an obvious...
  4. M

    Problem with "ww" edits

    I'm working on editing a private subroutine and have run into some trouble. What I would like to do is edit the auto populated date which is written into a .dot file. I thought I had found the location in the code where I needed to edit this but when I make the change I don't get a new result...
Back
Top Bottom