I'm trying to see if there is a way to do this.
I have a table that contains the following fields:
ClientID, Year, WeekNumber, Hours1 and Hours2
Is there a way I can do a query where I can lookup by the Client ID to see if there are any consecutive week numbers in the same year if either of the hours fields contains more than 30?
I'm completely open to suggestions, table reconstruction, etc... This is still in the design phase, so I'm open to ideas!!!
-J
I have a table that contains the following fields:
ClientID, Year, WeekNumber, Hours1 and Hours2
Is there a way I can do a query where I can lookup by the Client ID to see if there are any consecutive week numbers in the same year if either of the hours fields contains more than 30?
I'm completely open to suggestions, table reconstruction, etc... This is still in the design phase, so I'm open to ideas!!!
-J