Search results

  1. K

    put n:m relationship into form

    Hi! Originally I had a 1:n relationship (method 1 ---- n topics). I realized I needed a n:m relationship, therefore I created a help table. method 1 ---- n methodTopicLink n -----1 topic how do I create a form in order to manipulate the methods and topics at once? do I need two subforms? I...
  2. K

    I have two questions concerning forms

    Hi! Question 1: I have two subforms on exactly the same place. they are even the same, but one is for reading and the other one is for inserting records. how can I do Data Entry = true or Data Entry = false in VBA to diversify those forms? There is no field like that? a workaround (or...
  3. K

    Forms, Subforms troubles

    hey, I am new in MS Access programming, so here is a very trivial question: I have one table with guitarbrand, guitarmodel, id, owner... I have one combobox where I can choose the guitarbrand, and one where I can choose the guitarmodel. then I want to see the corresponding information below...
Back
Top Bottom