Search results

  1. H

    Create a Table for deleted records, and recover this records again

    Sorry, I didn't Understand. May Please help me by example on the attachement file?
  2. H

    Create a Table for deleted records, and recover this records again

    Hello friends, please, I want your help in attachement file about VBA code for Creating a Table2 for deleted records of Table1 And then I can recover any record(I found that I need it) again from Table2 to table1 Any help will be appreciated Thanks a lot for your Help.
  3. H

    How to run accde database into accdr (Microsoft Access Runtime Application)

    Thanks a lot my friends for helping me to understand that
  4. H

    How to run accde database into accdr (Microsoft Access Runtime Application)

    Hello, Friends Really, thanks for you all I want to know How to run accde database into accdr (Microsoft Access Runtime Application) is it only by change the extension manually from accde to accdr? or there is a program convert accde to accdr? and why some people convert accde to accdr? is accdr...
  5. H

    How to turn Button poperty to be always invisible after its on click event

    Thanks a lot. Thats exactly what I need:)(y)
  6. H

    How to turn Button poperty to be always invisible after its on click event

    Hello friends, Please I want your help in this attached file it is a command button cmd1, it turns invisible after click ,but after I close and re open the form ,I found the cmd1 return visible I want command button cmd1 still invisible even I re open the Form note: I turn focus to cmd2 to be...
  7. H

    How to change the colour of title bar?

    Many Thanks, Voyager and isladogs I put these two Codes in a same module Option Explicit Option Private Module Public Const GWL_STYLE = -16 Public Const WS_CAPTION = &HC00000 Public Declare PtrSafe Function GetWindowLong _ Lib "user32" Alias "GetWindowLongA" ( _...
Back
Top Bottom