Recent content by manudega

  1. M

    form with many to many relations

    Ok thanks now it works and the error doesn't anymore appear. But now I have a last problem. I would like that the journalist form remains unchanged, in other words that the data could be changed, deleted or added, but I want my subform: that I can't modify or delete the already entered articles...
  2. M

    form with many to many relations

    It is a form with a subform. But is it possible to create it with a many to many relationship that have a junction table? Maybe I should create 2 different forms and then connect them, but how can I do this with the junction table? how can I connect them and where I have to insert my junction...
  3. M

    form with many to many relations

    A form with a subform. But I think that I have a problem with my many to many relation, or is it possible to create a form with subform when you have many to many relation with a junction table that connects the 2? And how do I have to build this form? should I do 2 forms separately and then...
  4. M

    form with many to many relations

    No unfortunately I didn't find these options only for the subform. When I modify the options "AllowEdits" and "AllowDeletions" etc. in Property Sheet in Design View, also the rest of the main form will change, and that is not what I want. I would like that the main form remains unchanged, that I...
  5. M

    form with many to many relations

    Hallo, I have a serious problem and I hope that you can help me.:) I have a database with 2 tables that have a many to many relationship: the Journalist table and the Article table. These two tables are connected with a junction table, that is called Pulishing Year, that contains the two...
Back
Top Bottom