Search results

  1. T

    Add clock values to report query

    As I said prior, it has been years, 25, since I have messed with Access but I am a quick learner especially if I have worked with it before. This is my first project back and I have tried to work with all these great solutions, greatly appreciated I might add, but right now I am in the "Do I...
  2. T

    Add clock values to report query

    I hope this helps. As you can see in the query I am using this set of calcs to get my Minutes Worked and Hours Worked. MinutesWorked: DateDiff("n",[TimeIn],[TimeOut]) HoursWorked: Round([MinutesWorked]/60,2) WholeHoursWorked: Int([hoursworked]) MinutesLeft...
  3. T

    Add clock values to report query

    I apologize for the confusion. It is a form for my query and not a report. I just call it my "report" form.
  4. T

    Add clock values to report query

    I have created a query and a report form for the query. Both are working fine giving me the results I have right now. When an employee clocks in and out I have a column that list their total time worked. An employee clocks in and out basically two times a day listing two sets of hours worked for...
  5. T

    Curt from NC

    Hi Curt, I just posted my new member hello and saw yours related to NC. I am down in Asheboro and I am also a drummer. I have played for many years and hope to never stop. And to The_Doc_Man, you are right about musicians. I have known so many through the years that are into computers and...
  6. T

    New Member

    Hello Everyone. I'm Julian in Asheboro, NC. I found the forum as I was searching Google for pressing answers to some MS Access questions. I used Access back in the 80's, 90's and due to one of my clients needs I am trying to bring it back to my list of things I do. Something was mentioned about...
Back
Top Bottom