Hello Everyone, in my access application, I have two tables that are
1. tblStudents where studentID is the pk (Primary Key)
2. tblExam where ExamID is the pk and fkStudentID is the foreign key
I have a form called students that displays information about a individual student and below I have a exam subform that Displays Exams taken by that individual student.
However I only want the Exam subform...
User Profile
Collapse
-
how to disable fields in subform or how to disale the subform
-
Please help me with this equation... can't solve it
What initial values of a and c are required such that the final values of a and b are:
a = 32
b = 4
…
int a,b,c
a = ?
b = 0
c = ?
for( b=0; a<12; b++ )
{
a = (a+a) * c;
}
I have tried working it out but at loop 3 (b=3) I keep getting the value of a as 16 which is greater then 12. This is when I assume...
No activity results to display
Show More