Search results

  1. F

    LIMIT record

    Thanks working fine ! :D
  2. F

    LIMIT record

    Hello! I have 2 tables called Parts and DeliveryDocuments connected via third table DeliveryDocumentsParts. One part can have more DeliveryDocuments and one DeliveryDocument can have more parts I have a form where i have listed all parts but the problem is that each Part is multiplied with...
  3. F

    Question Attendance database

    I've tried something and it seems fine: Person (PersonID, info...) PersonProgram (ID, PersonID, ProgramID, Date_of_signup) Program (ProgramID, Name, Start, End, ProjectID) Project (ProjectID, Name) Program doesn't belong to multiple projects only to one !
  4. F

    Question Attendance database

    "It is not clear to me the relationship between projects and programs nor how these are connected to people so here is my guess." Example: Project would be adult education class 1a Programs would be math, english, chemistry Person can join only to math or to all 3
  5. F

    Question Attendance database

    This is not an actual attedance to check whether person came to program every day or not .. only to check to which he joined Example: (At the end of the year ill print report) Person 1 joined to: - Project Job -- Program How to get the job -- Program What to do when i find job? - Project...
  6. F

    Question Attendance database

    I have school practice in company and they need this database..
  7. F

    Question Attendance database

    Hello! I want to create database that would record the attendance. Example: I have project and this project has more programs. Person can join to one or more programs in one or more projects. The intetion of database would be to see to which projects/programs this person joined.. I have 3...
Back
Top Bottom