G
Guest
Hi.
I have a table with information stored as i put bellow:
Field1 Field2 Field3
Item1 Warehouse1 AmoutItem1Warehouse1
Item1 Warehouse2 AmoutItem1Warehouse2
Item1 Warehouse3 AmoutItem1Warehouse3
Item2 Warehouse1 AmoutItem2Warehouse1
..
..
I want to create a form that displays the information like i show bellow:
Warehouse1 Warehouse2
Item1 AmoutItem1Warehouse1 AmoutItem1Warehouse2
Item2 AmoutItem2Warehouse1 AmoutItem2Warehouse2
I only found out a way to do this that was creating a pivot table. But this
an approach i don't want. Can i programatically create this form ?
I have a table with information stored as i put bellow:
Field1 Field2 Field3
Item1 Warehouse1 AmoutItem1Warehouse1
Item1 Warehouse2 AmoutItem1Warehouse2
Item1 Warehouse3 AmoutItem1Warehouse3
Item2 Warehouse1 AmoutItem2Warehouse1
..
..
I want to create a form that displays the information like i show bellow:
Warehouse1 Warehouse2
Item1 AmoutItem1Warehouse1 AmoutItem1Warehouse2
Item2 AmoutItem2Warehouse1 AmoutItem2Warehouse2
I only found out a way to do this that was creating a pivot table. But this
an approach i don't want. Can i programatically create this form ?