qrybiology.Close;
qryBiology.SQL.Clear;
qrybiology.active:=false;
qrybiology.SQL.add('INSERT INTO tblstudents(username,Password,sName,sSurname,Cellp hone,Grade)'+
' VALUES ('''+ edtnewusername.Text + ''','''+ edtnewpass.Text + ''','''+ edtname.Text + ''','''+ edtsurname.Text + ''','''+ edtcell.Text + ''','''+ edtgrade.Text + ''')');
qrybiology.ExecSQL;
qrybiology.active:=true;
i receive a syntax error in the INSERT INTO statement... please advise...