Can anybody tell me where should i pass sql statement in crystal
report . suppose i want to pass these codes in crystal report.this
would be greately appereciated.
RECORDSQL = "SELECT * From MR WHERE (((MR.Req_no)=" & Text12.Text & "));"
rs.Open RECORDSQL, con, adOpenDynamic, adLockOptimistic