Search results

  1. R

    show all records of a table and add related new records for them in another table

    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...
  2. R

    show all records of a table and add related new records for them in another table

    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...
  3. R

    show all records of a table and add related new records for them in another table

    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...
  4. R

    Default Value in Combo Box

    Any code that i can apply directly on OnChange event for the field?
  5. R

    Default Value in Combo Box

    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...
Back
Top Bottom