Forum Discussion

_brunoga's avatar
_brunoga
Copper Contributor
Jun 29, 2021
Solved

MS Access Many Junction Tables - Design Advice

Hi everyone, I hope everything is safe at your side. I'm trying to figure out in a model of relationship that could work for my case. Here is the situation:   I have a tbPurchaseRequest  that will ...
  • George_Hepworth's avatar
    George_Hepworth
    Jun 30, 2021

    _brunoga 

     

    You are right. A properly normalized table design doesn't lend itself to that multicolumn interface layout. You could use a crosstab query to achieve the layout, but then it would not be editable. Another option is to go to an unbound form based on that layout, and use VBA to write the values back into the various tables. 

    However, the most familiar way to accomplish it is one that is illustrated in this demo on my website.

Resources