Recent content by morsy_soliman

  1. M

    Loop through access form control using Tab Index

    Hello All, I am using the VBA code below in a Public Function(ByRef frm As Form) to loop through the control of any form to look for any control tagged by "R" is empty. The code is working well but it goes alphabetically based on the name of the control. I am looking if somebody kindly help...
  2. M

    Solved Adding a page to a pdf

    I installed PDFtk Server. I used the Code below ... ... If InStr(Environ("Path"), "pdftk") = 0 Then MsgBox "It appears that PDF tool kit is not installed on this computer. " & _ "Please refer to user guide for instructions on how to install it. " & _...
  3. M

    Solved Adding a page to a pdf

    @sxschech I have a Free PDF Toolkit. it is free I tried to use your sample snippet to merge files but it did not work for me. I am a beginner in VBA. I am trying to us MS Access 64 bit VBA to merge "a.pdf" and "b.pdf" file to "ab.pdf". Would you please help me?
  4. M

    Open subform of subform with specific record

    Here is my VBA Script , it is just working to open the right company. But it opens the first record for the Company Location and first record of the Location Contact. How can I make this script open the main form with specific record of the Location and the Location contact. Please I need help...
  5. M

    Open subform of subform with specific record

    I am a little above to be a beginner in MS access and VBA. I am in middle of project in building a MS Access to handle Customer Relation Management include quoting and invoicing. However, the dilemma that I am facing is, I am unable to script a VBA Code to open Sub-form of a Sub-form with a...
Top Bottom