lyonder2000
MIS
I hope this makes sense. I have a segregation table:
1 2 3 4 5
2
3
4 x
5
I have a form that has product in it with classes. Classes are 1,2,3,4,5 in the segregation table.
Product conflict is created if an 'x' falls in place on the grid. Product A and Product B conflict if A is a 4 and B is a 2. Ultimately, when I scroll through the records, when I get to Product A, I want it to show me all Products that conflict with it. I am trying to figure out the best way to do this. Any ideas would be greatly appreciated. I am a moderate VBA user so I am open to coding if necessary.
Thanks!
1 2 3 4 5
2
3
4 x
5
I have a form that has product in it with classes. Classes are 1,2,3,4,5 in the segregation table.
Product conflict is created if an 'x' falls in place on the grid. Product A and Product B conflict if A is a 4 and B is a 2. Ultimately, when I scroll through the records, when I get to Product A, I want it to show me all Products that conflict with it. I am trying to figure out the best way to do this. Any ideas would be greatly appreciated. I am a moderate VBA user so I am open to coding if necessary.
Thanks!