sheldondsouza
February 15th, 2007, 07:43 AM
Have this sql code but it does not work!
Combo4.text is the therapist name save as text in database
Late is the value stored as Yes/No
sql22 = "select * from Attendance where TherapistName = '" & (Combo4.Text) & "' and Late = True Order by Attendance_Id"
Do you know how to write the exact code
Thanks!
Combo4.text is the therapist name save as text in database
Late is the value stored as Yes/No
sql22 = "select * from Attendance where TherapistName = '" & (Combo4.Text) & "' and Late = True Order by Attendance_Id"
Do you know how to write the exact code
Thanks!