Hi , I have as APP with a session where I read RFID tags to count our stock . it has a lookup table where Code Is the Main Code , the EPCs are the Tags and product Name Is the description like below
Code EPC. Product Name
1000. 0001. Soccer ball
1000. 0002. Soccer ball
1000. 0003. Soccer ball
What I want is to have a Grid that shows a result like below
Product Name Qty
Soccer ball 3
I use an Android Tablet and as Android works different from Win Mobile What suggestion can I have To make this happen ?
Code EPC. Product Name
1000. 0001. Soccer ball
1000. 0002. Soccer ball
1000. 0003. Soccer ball
What I want is to have a Grid that shows a result like below
Product Name Qty
Soccer ball 3
I use an Android Tablet and as Android works different from Win Mobile What suggestion can I have To make this happen ?