Search results

  1. vhung

    Modules to Hide and Show Ribbon & Backup database BackEnd

    good day... try codes below, I used this often times Show codes forRibbon… DoCmd.ShowToolbar "Ribbon", acToolbarYes forNavPane… Application.SetOption "Show Status Bar", True Hide codes forRibbon… DoCmd.ShowToolbar "Ribbon", acToolbarNo...
  2. vhung

    Solved Form: Accdb Password

    Ok, have to try it.
  3. vhung

    Solved Form: Accdb Password

    Good table, A picture to see what could be and not.
  4. vhung

    Solved Form: Accdb Password

    Well actually, i've tried to use a trial version of an "Accdb Password Get" and it works when password is simple I wish, i could reach their ideas on how they make that autorun scan, though too difficult.
  5. vhung

    Solved Form: Accdb Password

    Yes, most of the times but there are also files that been encypted before and nowhere to find the "pwd"
  6. vhung

    Solved Form: Accdb Password

    Nice idea, meaning if link tables are connected to the encrypted split database then possibility to recover "pwd" is attainable hope i could find the way
  7. vhung

    Solved Form: Accdb Password

    Well if that would be, so be it for now i made trial on "crack a password" or generate then run copy it to the file password entry just see trial form...
  8. vhung

    Solved Form: Accdb Password

    Good day to everyone... I have created a form in which command could locate the db.currentname The purpose for this, is to unlocked the password of an Accdb file I found it successful during “password” delete and change, That is applicable only if I know the current “pwd” My single...
  9. vhung

    Solved Form: Picture Viewer (see isladogs)

    Seems I've got the right traces Few changes has been applied Could already view and update images 1 n 2 forms already works well and so w/ the image report Advance Happy New Year... see attachment;
  10. vhung

    Solved Form: Picture Viewer (see isladogs)

    That is true sir, you're right it is on loading additional modules to my whole project I gently make traces where to pick that of same functions/control name Still my goal is to run it smoothly inside on my project...
  11. vhung

    Solved Form: Picture Viewer (see isladogs)

    yes sir, I have to fixed it well >I hope could run it smoothly
  12. vhung

    Solved Form: Picture Viewer (see isladogs)

    ok sir, thanks > could I also make change of this: Set F = Application.FileDialog /"(msoFileDialogFilePicker)"/: to Dim F As Object Set F = Application.FileDialog(3)
  13. vhung

    Solved Form: Picture Viewer (see isladogs)

    good day merry christmas >is it possible to omit some parts of the codes that are having compile error?
  14. vhung

    Solved Form: Picture Viewer (see isladogs)

    good day merry christmas see attachments
  15. vhung

    Solved Form: Picture Viewer (see isladogs)

    I found it interesting, a craft of Isladogs "IMAGE VIEWER" but when i use it and add to my Accdb an errror occured with this lines below, (but i'm still working to fixed the error, still hope I could do it) Dim F As /"FileDialog"/ Set F = Application.FileDialog...
  16. vhung

    Solved Form: Objects Navigation (see speakers_86)

    More time to spent, more analysis to do, to reach the peak. This is big enough to work on. Thanks.
  17. vhung

    Solved Form: Objects Navigation (see speakers_86)

    How you do it, on your way? Thanks.
  18. vhung

    Solved Form: Objects Navigation (see speakers_86)

    Form, Module, Macro and Report count is done aleady, some code Syntax vary as obejct type changes. Thanks for the help: "arnelgp" and "moke123", good hints.
  19. vhung

    Solved Form: Objects Navigation (see speakers_86)

    You allow me to keep going, thanks much to your guidance. i try this way; Dim i As Long i = 0 If Left(aob.Name, 5) = "MSys" And Not Me.chkSystem Then GoTo skip i = i + 1 Debug.Print "Number of Queries: " & i skip: Next MsgBox "Number of...
  20. vhung

    Solved Form: Objects Navigation (see speakers_86)

    If Not Left(tdf.Name, 5) = "MSys", is the count of Local tables and Linked Tables plus "Msys" Not the query counts-total
Back
Top Bottom