• WSD Willett

    WSD Willett

    @wsd-willett

    Viewing 7 replies - 2,491 through 2,497 (of 2,497 total)
    Author
    Replies
    • in reply to: =SUM etc (A2000) #595935

      Hmmmmmmm

      Well I really didn’t want to have the form open, I wanted the Summary form as a stand alone.

      Perhaps I need to look along other ways to do this, SQL maybe.

      Thanks any-way.

      Dave

    • in reply to: Combo (A2000) #595668

      Perfect Hans
      Thanks.
      p.s Send my warmest regards to Mrs Hans

      Dave

    • in reply to: Print from list or combo (A2000) #595540

      Cheers Hans.
      I’ll mess about with it a bit

      Dave

    • in reply to: Print from list or combo (A2000) #595529

      Hans
      Managed to sort it with the following:
      Just a small prob with the setfocus and dropdown.
      After update, the report prints and sets the focus back to the combo but doesn’t dropdown.
      Any Idea’s
      Dave

      Private Sub cmbPrinting_AfterUpdate()
      Dim stDocName As String
      stDocName = Me.cmbPrinting.Value
      DoCmd.OpenReport stDocName, acNormal
      Forms!mnuworkshopmanager.SetFocus
      Forms!mnuworkshopmanager!cmbPrinting.SetFocus
      Forms!mnuworkshopmanager!cmbPrinting.Dropdown
      End Sub

    • in reply to: Tree View Control (A2000) #594881

      Thanks Hans
      I’ll study it in more details.

      Dave

    • in reply to: Tree View Control (A2000) #594877

      Hans

      Just got round to mess about with this.
      I’ve tried to re-produce what you have done with your example.

      I’m a little stuck on a couple of things.

      You have several tables and one query, I have set the primary keys in my tables.
      I’ve used the MStreeview 5.0 wizard but am now unable to have duplicate values, (understandable)

      I’m making mine as follows.
      FORD
      ESCORT
      MONDEO
      GALAXY etc

      Can you provide a simple overview on the way you set yours up.

      Dave

    • in reply to: disk or network error (A2000 Win98) #593774

      Thanks for the input.

      I know where to start looking now.

      Dave

    Viewing 7 replies - 2,491 through 2,497 (of 2,497 total)