Recent content by vhung

  1. vhung

    ACCDE for assets records.,

    It is true, "harder to evaluate an .ACCDE" I did go back to ACCDB. Two process should be applied both the examination and evaluation. I agree "about completeness" "Further, if there is any complexity to the event code for the various forms, testing might become a problem because it might...
  2. vhung

    Navigation Pane Helper

    hello isladogs, I've felt great, only to noticed it while i review navigation pane command with my current project, but then I've found your piece, i make use of it,. "Amazing that nobody has mentioned that issue in the last 3 years!" cheers... though I'm not familiar with add-in but yes...
  3. vhung

    ACCDE for assets records.,

    Hello AWF, Please let me know if a newly created ACCDE is good or very good, In other words how could i (evaluate) the project, is it by using a DOCUMENTER? Any constructive remarks is appreciated. Please see attached file,.
  4. vhung

    Navigation Pane Helper

    Please see attached file,.
  5. vhung

    Navigation Pane Helper

    Good day, A package of navigation pane command, Very nice. The coding inserted to a Form On Load,. SORRY i've noticed on The command "Remove Auto Sort", contradicting to "Ascending" or "Descending", i tried to debug the error, see below On Error GoTo Macro_Err On Error Resume Next...
  6. vhung

    Solved Unhide Navigation Pane on AutoExec

    If this code aim to open the hidden pane or hide, then have to single it out; if using "DoCmd.SelectObject acTable, , True" is to open navigation pane then using "DoCmd.RunCommand acCmdWindowHide" is to hide the navigation pane So why have to use the codes together in one command, probably...
  7. vhung

    Solved Accdb: "WebBrowser" and "AcroPDF" (PDF viewer)

    Thanks, GUYS, Sorry, it's been years from that of july_2022 i hold back, no more to computers nor internet, i was ASSIGN to field work due to politics as i say,. just as this July2025 am back to my old office as they needed me badly, and am hoping to see back what i had before,. I never...
  8. vhung

    Solved "Hyperlink, coverage on a table design"

    Thanks Arnel, Hyperlink on Table be on Form and could be in Report,. i tried all objects from FORM TABLE REPORTS QUERY and others it goes through, the last thing i try is to close the accdb using hyperlink, it made me consumed couples of test it fails, then again by using other way a command...
  9. vhung

    Solved "Hyperlink, coverage on a table design"

    Microsoft Access Tips for Casual Users Provided by Allen Browne Introduction to Hyperlink fields
  10. vhung

    Solved "Hyperlink, coverage on a table design"

    Now i see/confirmed how useful the hyperlink is, on a table field. Applied on a form then the use of a macro and vba is also applicable,. only i haven't known Allen Browne, sorry,.
  11. vhung

    Solved "Hyperlink, coverage on a table design"

    Hello, Arnel see it right by using a form, not to direct with table hyperlink,. ,with Arnel sample on MsgBox("Hello Word") using vba seems very good, i tried it using macro it also works,.
  12. vhung

    Solved "Hyperlink, coverage on a table design"

    Thanks with the response you made, This is the reason why i introduce this kind of approach because i still don't know how others think about it,. i made something with the sample made by arnelgp, please see the attach file,.
  13. vhung

    Solved "Hyperlink, coverage on a table design"

    Hello AWF! Let me share my little exploration on a "Table Hyperlink" I design a simple split form where source table has field named Hyperlink, as I go through, I've found out that this field has the access inside/outside MS Access though sometimes need to execute macro/converted code...
  14. vhung

    good day, WAF IF Today="Total: 517 (members: 6, guests: 511)" is it necessary that these 511...

    good day, WAF IF Today="Total: 517 (members: 6, guests: 511)" is it necessary that these 511 guests be a member of this world forum, before they could view all posted codes/ information, am just asking,.
  15. vhung

    Pop-up message when converting Access report to PDF

    got an error code; DoCmd.OutputTo acOutputReport, "report1", acFormatPDF ',' somePath might review somePath=procedure simplified embedded macro; DoCmd.OutputTo acOutputQuery, "query1", "PDFFormat(*.pdf)", "report1", True, "", , acExportQualityPrint option...
Back
Top Bottom