NervousRex
Programmer
I am trying to create a dataset relation between 2 columns in the parent, and 2 in the child but not having any luck
id1 is unique
id2 is not
What I need is id1 and id2 combined to make a unique relation. I don't know how else to describe it so I'll try to draw out what I want id1 will be numbers, id2 letters. This is a grid, each row will have a sub grid
1 A
- subgrid for 1 A
1 B
- subgrid for 1 B
2 A
- subgird for 2 A
Is that possible without creating a unique value for each combo?
id1 is unique
id2 is not
What I need is id1 and id2 combined to make a unique relation. I don't know how else to describe it so I'll try to draw out what I want id1 will be numbers, id2 letters. This is a grid, each row will have a sub grid
1 A
- subgrid for 1 A
1 B
- subgrid for 1 B
2 A
- subgird for 2 A
Is that possible without creating a unique value for each combo?