Payal Patel
Registered User.
- Local time
- Today, 14:35
- Joined
- Nov 3, 2009
- Messages
- 34
Hi,
I'm trying to run a query as such:
I have a table with socials that are entered multiple times because that's the number of days worked and then sometimes the social is entered once cause the employee started working the last day of the pay period for examplethis is how the table looks:
Worker 1
Date SSN Hours Worked
2/26/2010 123 8
2/27/2010 123 8
2/28/2010 123 8
3/01/2010 123 8
worker 2
Date SSN Hours worked
3/01/2010 456 8
Is there a query that will flag the socials that are entered more than one time vs. being entered one time only?
I thinks it's some kind of count query but i'm not 100% sure.
thanks,
P.
I'm trying to run a query as such:
I have a table with socials that are entered multiple times because that's the number of days worked and then sometimes the social is entered once cause the employee started working the last day of the pay period for examplethis is how the table looks:
Worker 1
Date SSN Hours Worked
2/26/2010 123 8
2/27/2010 123 8
2/28/2010 123 8
3/01/2010 123 8
worker 2
Date SSN Hours worked
3/01/2010 456 8
Is there a query that will flag the socials that are entered more than one time vs. being entered one time only?
I thinks it's some kind of count query but i'm not 100% sure.
thanks,
P.