Hello all. I have access 2010 and 2013 between work and home. I need a solution for my problem that I can use interchangeably between both platforms.
Here is the problem, I have a table like the one below. I need to Auto Sequence based on JobIDOne in the field that says sequence in the manner that I've typed. Hand typing is not an option because by table will be updated regularly. All other fields are updated via a form. I need a either a macro or VBA solution that can reconcile this, preferably through the table. Note, I do not want to use a query to create this sequencing or SQL language as I do not know how to write SQL commands.
I know it can be done but I've seen about a thousand ways to do it that I haven't been able to modify for my specific table.
DateOne TimeIn JobIDOne InitialsOne Dates Worked One Sequence 7/17/2015 6:45:10 PM 12345 AR 7/17/2015 1
7/17/2015 6:45:17 PM 12346 BVD 7/17/2015 1
7/17/2015 6:45:35 PM 12345 AR 7/17/2015 2
7/18/2015 4:15:47 PM 12345 AR 7/18/2015 3
7/18/2015 4:15:53 PM 12346 BVD 7/18/2015 2