Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2015
    Location
    Wales. Land of the sheep.
    Posts
    1,228

    Record counter.

    I'm making some changes to the structure of my database, Instead of each job having an install date, they will now be assigned days. Each day will have a date attached.



    The problem right now is: some jobs require more than one day, usually when this is the case the 'days' are not consecutive. So from a scheduling point of view they must be treated as separate jobs. Although, they will always belong to the same job.

    I've tried a few methods for achieving what I want with no success. So ill just post what I want and hopefully get pointed in the right direction.

    In the new table I have made (called 'daysT') I need the 'day' field to represent what number day that is on that job.

    Basically, if its the second day it should say 2. I need access to see that job 'x' has been assigned one day; then when I add a new one it's automatically '2' in the 'day' field.

    this way I can track scheduling changes more accurately and provide more accurate billing reports.

    On my form I want to have a button to add a day. Then a new record will be made with the day number auto generated. (I can then make a form to manage each day attatched to a job)

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    access doesnt do record counters, so you either must enter it manually or just enter another datestamp. (which can later be counted)
    the datestamp (date/time) will be linear and serve as a counter.

  3. #3
    Join Date
    Jun 2015
    Location
    Wales. Land of the sheep.
    Posts
    1,228
    Ill go with a user entered title for that day if this is the case. Thanks.

  4. #4
    Join Date
    Jun 2015
    Location
    Wales. Land of the sheep.
    Posts
    1,228
    http://www.techonthenet.com/access/f...eric/count.php

    If you were interested ranman, I'm using this.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Add counter to a form
    By Sonny101 in forum Forms
    Replies: 1
    Last Post: 07-03-2014, 10:54 AM
  2. Counter For Your Form(s)
    By burrina in forum Sample Databases
    Replies: 0
    Last Post: 11-14-2012, 06:28 PM
  3. Counter
    By Skroof in forum Access
    Replies: 3
    Last Post: 05-14-2012, 08:25 AM
  4. Need counter to print
    By miziri in forum Access
    Replies: 1
    Last Post: 05-11-2011, 02:07 AM
  5. lap Counter
    By challenger in forum Access
    Replies: 4
    Last Post: 07-06-2010, 02:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums