|
-
Jun 18th, 2008, 10:58 PM
#1
Thread Starter
Lively Member
[RESOLVED] FOR [jmcilhinney] question for LISTVIEW
Dim SELMonthPeriod As New OleDb.OleDbCommand("SELECT TimeIn,TimeOut FROM (Time_IN_OUT) WHERE EmpNo = '" & ListEmp.SelectedItem & "' and ShiftMonth = '" & ComboPeriod.SelectedItem & "'", con)
Dim READMonthPeriod As OleDb.OleDbDataReader = SELMonthPeriod.ExecuteReader()
having this code.. can you me how can i show the data selected in ListView??
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|