Search results

  1. K

    Common Dialog issue

    Show the 'Choose a Color' Common Dialog To show the choose color common dialog, use the following function: Option Explicit Private Declare ptrSafe Function ChooseColorA Lib "comdlg32.dll" (pChoosecolor As tChooseColor) As Long Private Declare ptrSafe Function GetActiveWindow Lib "user32" ()...
  2. K

    Deleted Record Re-Appears

    I have backed it up. Compact & repair won't allow me to recover design master. If i try to create a replica it can't make my Tables replicable & fails to convert it to the design master. Importing everything into a new database is not really practical. And i can't split the database until the...
  3. K

    Deleted Record Re-Appears

    I can change the data in a field in the deleted record but as soon as i try to save it/click away it says cannot modify record is deleted.
  4. K

    Deleted Record Re-Appears

    I have a slight problem. A record appears to have been deleted by a User in error from a stock table. I tried to modify the record in the table but the error "record is deleted" will not allow me to edit it. So i created a new record to ensure we had stock integrity. Now i want to remove the old...
Top Bottom