Error using date picker control
Solved/Closed
mikeoe2003
rizvisa1
- Posts
- 25
- Registration date
- Thursday November 1, 2012
- Status
- Member
- Last seen
- March 27, 2014
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- Error using date picker control
- Network controller error ✓ - Forum - Network
- Control.exe application error - Forum - Windows
- Cmd exe application error - Forum - Laptop
- Instagram video selfie verification error - Forum - Instagram
- Messenger error unable to complete request ✓ - Forum - Facebook Messenger
1 reply
rizvisa1
Jan 26, 2013 at 10:44 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Jan 26, 2013 at 10:44 AM
try this
da = New OleDbDataAdapter("select * from student_info Where Format(Bday, ""yyyymmdd"") = " & format(DateTimePicker_Select.Text, "yyyymmdd") & "", con)
da = New OleDbDataAdapter("select * from student_info Where Format(Bday, ""yyyymmdd"") = " & format(DateTimePicker_Select.Text, "yyyymmdd") & "", con)