I am using VB 6 and Crystal report v10.
I have a field that is the type of training session a student does, i.e. "Beach Training".
I want to retrieve all the sessions from a given date i.e. "Last Grading date" The code, in VB6, is not working any help much appreciated.
Below is the code I am using:
myReport.Record SelectionFormul a = "{qry_ATTENDANC E.SESSION}= '" & frm_CryReports. dbc_FillMembers .Text & "' and " & " > {qry_Attendance .Last Grading Date} & "
I have a field that is the type of training session a student does, i.e. "Beach Training".
I want to retrieve all the sessions from a given date i.e. "Last Grading date" The code, in VB6, is not working any help much appreciated.
Below is the code I am using:
myReport.Record SelectionFormul a = "{qry_ATTENDANC E.SESSION}= '" & frm_CryReports. dbc_FillMembers .Text & "' and " & " > {qry_Attendance .Last Grading Date} & "
Comment