Search results

  1. A

    Loop through the folder with PDF`s

    Hi, I created a table which called Table1 to contain 2 fields ID= auto number & Path=long text, then i created a form on it ID, Path, and command button which will function returns the path of files Private Sub Command10_Click() On Error Resume Next Dim fso As New...
  2. A

    ADF Scanner in Access

    Hi All how to modify this code to scan from a feeder, scan multiple documents, and convert jpg to pdf? Any assistance you can give would be GREATLY appreciated. Option Compare Database Public PathOfFile As String Private Const WIA_Format_JPEG As String = "{B96B3CAE-0728-11D3-9D7B-0000F81EF32E}"...
  3. A

    Problems with displaying PDF on Web Browser Control in Access Form

    I created a form with a text box which gonna hold the path and will the get the path from VB code public function and call the function from a command button, Web Browser Control data source = text box and it works fine with displaying pictures but when i tried to display pdf a message box...
  4. A

    Hello

    Hello all I'm new to this forum.
Top Bottom