Recent content by qabaselayan

  1. Q

    How do I change the bound column without ruining the relationship between two combo boxes

    the database is used to create a lesson plan, and the user needs to choose outcomes based on the title, the text title is the pk because when I use the id number the cascading combo boxes don't work
  2. Q

    How do I change the bound column without ruining the relationship between two combo boxes

    This is the database, I removed some tables so it would fit
  3. Q

    How do I change the bound column without ruining the relationship between two combo boxes

    I sent you an email with the file because I can't share it here, thank you
  4. Q

    How do I change the bound column without ruining the relationship between two combo boxes

    The data I want to display is coming from the combo boxes so I'll have the same issue if I use a query?
  5. Q

    How do I change the bound column without ruining the relationship between two combo boxes

    The idea of my form is that it takes info from different tables and displays them in combo boxes and in the end I want a report that shows the chosen data
  6. Q

    How do I change the bound column without ruining the relationship between two combo boxes

    The thing is I can't create a report from a form so I bound the form to a table and the table to a report
  7. Q

    How do I change the bound column without ruining the relationship between two combo boxes

    I have an issue where I'm trying to limit the data in one combo box based on another but when I change the bound column so that the text would be displayed in the bound table the relationship doesn't work and the second combo box displays nothing, please help.
  8. Q

    Combo box eliminating already chosen data in previous combo box

    thank you so so much I really appreciate your help
  9. Q

    Combo box eliminating already chosen data in previous combo box

    Ohmygod thank you so much, can you tell me how you did it?
  10. Q

    Combo box eliminating already chosen data in previous combo box

    Hello everyone, I'm currently working on a form that takes data from the user about a lesson plan. The data is: Title Outcome 1 Objective 1 Procedure 1 Trainee Work 1 Assessment 1 Outcome 2 Objective 2 Procedure 2 Trainee Work 2 Assessment 2 There are 2 of each except for the title and I...
Top Bottom