Search results

  1. J

    Change picture on Command button with VBA

    Create another button with desired image and set its visible property as false then at runtime set picturedata property of one to the other
  2. J

    Audit Trail

    No question just think it is a better solution than any other here and problem still exists after 5 years John
  3. J

    Audit Trail

    This is my solution based on the one by Martin Green I have changed things to 1. Save additions the same way as edits 2. To save old and new values in memo fields as concantenated strings of "[fieldname1]:[value1];.....[fieldname(n)]:[value(n)]" 3. To save ID of deleted record correctly (the...
Back
Top Bottom