The final form should look as my attached outline image. I am trying to make a form in which if i select class one, it should display the record of class one. if i select second term it should display the records of class one for second term. there are different subjects in different class and...
thans for the suggestion
I'm new in ms access. I know subjects should be in subject table. But i don't know how i can turn different subjects of subject table into fields to enter marks obtained by the students.
TblStudent (StuID, SName, Class)
TblSubject (SubID, SubName, StuID)
while...
I've three table with fields given in brackets.
1. TblDate (Year, Month, Day)
2. TblStudents (sName, Roll No) (suppose : 10 records are added)
3. TblMarks (Science, Math, Computer)
I want to make a form which contains field to select year and month and type date in main area and in subform of...
There is a unbound combobox in the form. Where Data Tab Contains following informations.
Row Source Type : Value List
Row Source : 2060;2062;2063;2064;2065
Default Value : 2064
--------------------------------------------------
Problem is,
When new value is selected from the combobox eg. 2063...