rHasan
Active member
- Joined
- Jan 10, 2007
- Messages
- 43
- Programming Experience
- 3-5
I've a table called Attendance which has three fields - CardNo, Date, Time. This table has three record for each card no for one day, like -
How can I show records in a grid like - CardNo, Date, Time, WorkHous? What will be the SQL?
Thnx in advance for your kind help!
VB.NET:
003795, 20070216, 080203
003795, 20070216, 020315
003795, 20070216, 170203
How can I show records in a grid like - CardNo, Date, Time, WorkHous? What will be the SQL?
Thnx in advance for your kind help!