\r\n\r\n
Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Database and Reporting > how to make such a report?


\r\n \r\n
 
 
Thread Tools Display Modes

\r\n\r\n\r\n
hi,
\r\ni want to make a report of employee\'s daily attendance.
\r\nAt which time employee entered and exit.
\r\nFields of Database are:-
\r\nEid ,AtdTime ,AtdDate
\r\n
\r\nAtdTime saves employee enter time and another record containing exit time. Like :-
\r\nEid AtdTime AtdDate
\r\n1 10:00:00 23-8-2004 (intime record)
\r\n1 6:00:00 23-8-2004 (outtime record)
\r\n
\r\nso when i generate the report it is printing both two records for the same employee ,what i want is it should generate a report of single employee in one row only ..Like
\r\n Eid inTIme OutTime
\r\n 1 10:00:00 6:00:00
\r\n 2 11:00:00 4:00:00
\r\n etc
\r\nso how should i generate this report with only one field of Time used for saving in time and out time ?
\r\nthanks
\r\n \r\n\r\n
\r\n \r\n\r\n \r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n
\r\n \r\n \r\n \r\n \r\n Reply With Quote\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n'; pd[830733] = '\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n\r\n
\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n
\r\n
\r\n  \r\n #2  \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n
\r\n \r\n Old\r\n \r\n 08-24-2004, 07:24 AM\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n
\r\n \r\n mnasir\r\n mnasir is offline\r\n\r\n\r\n
Prev Previous Post   Next Post Next
  #1  
Old 08-24-2004, 02:36 AM
shabbs83 shabbs83 is offline
Regular
 
Join Date: Apr 2004
Posts: 92
Default how to make such a report?


hi,
i want to make a report of employee's daily attendance.
At which time employee entered and exit.
Fields of Database are:-
Eid ,AtdTime ,AtdDate

AtdTime saves employee enter time and another record containing exit time. Like :-
Eid AtdTime AtdDate
1 10:00:00 23-8-2004 (intime record)
1 6:00:00 23-8-2004 (outtime record)

so when i generate the report it is printing both two records for the same employee ,what i want is it should generate a report of single employee in one row only ..Like
Eid inTIme OutTime
1 10:00:00 6:00:00
2 11:00:00 4:00:00
etc
so how should i generate this report with only one field of Time used for saving in time and out time ?
thanks
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->