Recent content by schmadly

  1. S

    Cascading unbound control in subform to increase the time

    I have a main form that lists the CLASS that is being held and the subform lists the topics/training modules that will be discussed. In the subform I want to be able to type in a number in the "Length" field (such as 1, for 1 hour) and then have it automatically calculate the start time and the...
  2. S

    Many to Many form setup

    Thanks for the response (I was out yesterday). Yes, we understand each other as far as what I have tried w/ the db design. I essentially have four tables (PK and FK just as you described) and "SkillSet" is in the middle - the other 3 link into it. That's where I'm stuck. What I want to do...
  3. S

    Many to Many form setup

    I have a db with a total of 4 tables. The first 3 are "Topics" (1 topic can be taught by many Instructors), "Instructors" (1 instructor can teach many topics), and "SkillSet" (the join table w/ the primary keys from the previous 2). The 4th table is "Courses" (1 course can have many...
Back
Top Bottom