Search results

  1. K

    Shell & Opening a PowerPoint Doc

    WHy Not Thanks for the suggestion. I am not at all familiar with VBA and just hunted around for a solution which would work. I used what I found....and now that it is working, I am loath to change it !
  2. K

    Shell & Opening a PowerPoint Doc

    Duhhh I found the problem. I had the path to the file but not the actual file name !.
  3. 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...
  4. 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 =...
  5. 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