Search results

  1. H

    Login form to open different forms

    I have 3 tables to store information; --- tblStudent StuID (PK) Autonum StuName StuAddress etc --- tblEmployer EmpID (PK) Autonum EmpName EmpSite etc --- tblStaff StaID (PK) Autonum StaName StaJob When enquiring we enter the details of the student/employer/staff. If they want to take it...
  2. H

    Tab controled form opens as blank rather than showing record

    Hi, I have looked all over but can't seem to find anyone else that's having the same problem as me! I have the below tables which are all linked using EmpID tblEmployer tblHealthandSafety tblVacancies tblComments EmpID (PK) HthID (PK)...
  3. H

    Autofill subform based on subform on previous form

    Hi, I have 3 tables as listed below: tblClassDate ClassDateID (PK) ClassDate tblStudents StudentID (PK) FirstName Surname tblAttendance AttendanceID (PK) StudentID ClassDateID AttendanceAM1 AttendanceAM2 AttendancePM1 AttendancePM2 I have created a form frmClassDate based on...
  4. H

    Using stLinkCriteria to go to matching record

    Hi all, I have a database that logs all of our company contacts, for the ease of use this is viewed as a form displaying the company details at the top and two subforms (one showing contact details and the other showing a commentry of conversations with said company) To save the user from...
Back
Top Bottom