venu_resoju
Registered User.
- Local time
- Tomorrow, 01:34
- Joined
- Dec 29, 2010
- Messages
- 130
I have one "Attendance" table which contain
I want to display(count) "Total Working Days" and "No of Days Worked" when I select the above 3 Combo boxes.
How can do/write the code? Please tell me any one
- EmpID
- EmpName
- Attendance Status ("Present", "Absent")
- AttendanceDay
- AttendanceMonth
- AttendanceYear
- EmpID (Combo Box1)
- EmpName
- Month (Combo Box2)
- Year (Combo Box3)
- Total Working Days (Text Box)
- No of Days Worked (Text Box)
I want to display(count) "Total Working Days" and "No of Days Worked" when I select the above 3 Combo boxes.
How can do/write the code? Please tell me any one