Search results

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