Recent content by darrinp64

  1. D

    Progress Bar

    Hi opening you both had a merry christmas and happy new year. I thought that I would include the entire code I have written for this form as you both maybe able to see what I can't. Thanks and very much appreciated. Private Sub Customer_Services_IN_Click() Dim i As Integer, x As Double Dim num...
  2. D

    Progress Bar

    Hi as I said, bit of a novice at this, and yes I am saving the check box status in a table. I think I have a idea where I am going wrong with this. do I need to write a form load event perhaps?
  3. D

    Progress Bar

    Thanks mahenjk2 sorry its taken awhile to get back to you. Find below the code I am using. Private Sub Customer_Services_IN_Click() Dim i As Integer, x As Double Dim num As Integer, start As Double num = 1 'Number of records in the form' x = 0 / num 'X is the width of the...
  4. D

    Progress Bar

    Hi everyone this is my first post so please excuse me..I am hoping that someone maybe able to help me. I have a form that tracks a order from when it is received until it is completed and dispatched . The order goes through 8 production Phases which means 8 different physical locations. The user...
  5. D

    Intro

    Hi Guys and Girls / Girls and Guys. Relatively green when it comes to Access, self taught over a number of years. Living in NZ
Top Bottom