I have attendance database, i want to call this database in gridview and count late(show in lablel text) if (from CLOCKIN table) time exceeded 9:30 am,also show me 1 leave if count 3 late.. so on and on.. Please help i'm new. |
Loading
I have attendance database, i want to call this database in gridview and count late(show in lablel text) if (from CLOCKIN table) time exceeded 9:30 am,also show me 1 leave if count 3 late.. so on and on.. Please help i'm new. |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohammad ImranPosted Aug 22, 2017, 3:11 AM
Mohammad ImranPosted Aug 22, 2017, 3:09 AM
[Emp No#] [nvarchar](255) NULL,
[AC-No#] [nvarchar](255) NULL,
[Name] [nvarchar](255) NULL,
[Date] [date] NOT NULL,
[Clock In] [datetime] NULL,
[Clock Out] [datetime] NULL,
[Normal] [nvarchar](255) NULL,
[Late] [nvarchar](255) NULL,
[Early] [nvarchar](255) NULL,
[Absent] [nvarchar](255) NULL,
[OT Time] [nvarchar](255) NULL,
[Work Time] [nvarchar](255) NULL,
[Must C/In] [nvarchar](255) NULL,
[Must C/Out] [nvarchar](255) NULL,
[Department] [nvarchar](255) NULL,
[Holiday] [nvarchar](255) NULL,
[WeekEnd_OT] [nvarchar](255) NULL
) ON [PRIMARY]
GO
Shakti Singh DulawatPosted Aug 22, 2017, 2:29 AM
Mohammad ImranPosted Aug 22, 2017, 2:26 AM
Shakti Singh DulawatPosted Aug 22, 2017, 2:21 AM
Once you have view you will able to able to use both tables in the grid.