T
Twotone
I need to create a loop that will cycle through a series of date, each time
updating a different table. The process begins with a user entering a begin
date and end date for a date range. Once the user enters the dates I have a
query that returns that pay periods that are within that date range. For
each pay period date I need to calculate the total number of hours an
employee worked by earning code.
I was thinking of using an array, but I'm honestly not sure if thats the
best path to take. I'm hoping someone might be able to steer me in the right
direction to make this happen.
Thanks
updating a different table. The process begins with a user entering a begin
date and end date for a date range. Once the user enters the dates I have a
query that returns that pay periods that are within that date range. For
each pay period date I need to calculate the total number of hours an
employee worked by earning code.
I was thinking of using an array, but I'm honestly not sure if thats the
best path to take. I'm hoping someone might be able to steer me in the right
direction to make this happen.
Thanks