Search results

  1. K

    Shell & Opening a PowerPoint Doc

    All, I have a button on a form which, when clicked, I want to open a PowerPoint document for the user to view. The code I have is : Private Sub Command45_Click() Dim stAppName As String, stFile As String Dim strQ As String strQ = Chr$(34) 'Set the location of your executable...
  2. K

    Jump to PPT from Access

    Hello All, I have a form on which I want to put a button which will take the user to a set of instructions in PowerPoint. I found the code below on another thread and initially thought it was working. Private Sub Command45_Click() Dim AppPPT As Object Set AppPPT =...
  3. K

    Duplicate records in sub form

    I have a form which displays name/address etc for a supplier. On this form I have a subform which shows all the contracts which I may have for a particular supplier. The data on main from is taken from a supplier master table (1 record per supplier). The data on the subform comes from a...
Back
Top Bottom