Search results

  1. S

    Wan to pass the values from two diffrent table into one table

    Hi John, I have three tables. 1) Personal_Details 2) Course_Master 3) Enrolment I am trying to select the name from personal_ details, course name from course_master and passing their primary key to the enrolment table which I will further use for attendance. Main idea is to assign...
  2. S

    Wan to pass the values from two diffrent table into one table

    Hello everyone, I want to select the person name from one table and course from the other table in the form. When I assign the course to a person it should pass the person id and course id into another table. I don't know how to do it. I will be great if someone can help me. Thanks Swati
  3. S

    Want to insert values from one table to another

    Hello everyone, I am new to this forum. I have three tables 1) Personal Details 2) Course Master 3) Enrolmet I want to pass the personal_ID to the and Course_Id to the enrolment table. The problem is the I want to search the person by using forms and then assignt the course to that...
Back
Top Bottom