Problem with adding and updating [message #641141] |
Tue, 11 August 2015 03:24 |
|
amjad_alahdal
Messages: 102 Registered: October 2013 Location: Saudi Arabia
|
Senior Member |
|
|
Hello guys, I have made a from I used a select statement in the block property the Query Data Source Name :
( select Q.ROWID, Q.YEAR_ID , Q.ID_NO, Q.Grade, Q.GRADE_NAME, S.AR_NAME from student_table Q , REGISTRATION_TABLE S where S.ID_NO = Q.ID_NO AND Q.YEAR_ID = 1436 AND SUBJECT_ID = 16 ) student_table
when I try to update the table it says you can't update or insert
|
|
|
|
|
|
|
|
|
|