Recent content by Corneliu

  1. C

    Form "with row and collumn headers" (subform and many to many relatioship)

    Global variables on VBA? How do I display the predefined fields with those variables? Before this I tried to use a subform of the predefined values, I just couldn't link to the values of the table with the 2 PK.
  2. C

    Form "with row and collumn headers" (subform and many to many relatioship)

    Yes, of course I can create a new table with the values. I thought there would be a way where the "predefined" values didn't had to be created in to the tables.
  3. C

    Form "with row and collumn headers" (subform and many to many relatioship)

    At short term yes. That's the appearence that I actuallly wanted. But in the DB it creates the blanck values that I was talking about. Maybe there's no way to get pass that.
  4. C

    Form "with row and collumn headers" (subform and many to many relatioship)

    "The other alternative is to use a form where all the lines are available but only those where values are entered are stored in the table. See how this is done in the sample database in post 3 of this tread." I don't think that this exemples applies to my case. And I tried to search about the...
  5. C

    Form "with row and collumn headers" (subform and many to many relatioship)

    I tried to do it, but it didn't work as intended because I wanted to select from the main form the record that I want, in that exemple: the instructor. The forms arent linked. Because they aren't linked, in my db, for exemple, its show in the subform the records that are already exist on the...
  6. C

    Form "with row and collumn headers" (subform and many to many relatioship)

    Hi, I was trying to get some help on how to create a form where you chose a record from a table and then you can fill with values on the "line headers" from another table. It's like a cross-reference query, but instead of doing some grouping you can fill the value, and the 1st row you select...
Back
Top Bottom