Search results

  1. K

    Main form to sub form

    This is when the form loads Private Sub Form_Load() AllowEdits = False End Sub But the sub form does not load like this. The sub form can be edited when the form is loaded . The only thing I can think of is to put this code in the subform also,but then when I click the edit button on the...
  2. K

    Main form to sub form

    Hello, I got a main form with a save ,edit , view etc. I then have a sub form within it. The problem is that the buttons on the main form don't seem to apply to the sub form. For example my form is suppose to load in view mode and then if I want to make changes I click edit . However the...
  3. K

    Make record control buttons on main form affect subform

    Can someone help me with the same problem
  4. K

    Student Attendance

    I was wondering if someone could help me design an Access database to store students records and be used at classes to monitor attendance. I currently have 4 tables Class table classid Register table registerid ,studentid,classid student table studentid Attendance table registerid Iv...
Back
Top Bottom