riconess22
New Member
- Joined
- Jan 25, 2013
- Messages
- 30
I'm looking to implement a basic inventory system with 4 columns. Column one will be a ID's of product scanned in, Column 2 is ID's of product scanned out, Column 3 and 4 show the net result of those two columns. Column 3 is the qty and Column 4 is the ID. Column 4 is unique because it's alphabetized and eliminates duplicates but they are accounted by column 3.
I started playing with Index and sorting, but at the end of the day - I'm sure someone can rip this out in 1/10th of the time and 10 times better. Please help.
[TABLE="width: 275"]
<tbody>[TR]
[TD]PLUS[/TD]
[TD]MINUS[/TD]
[TD]|[/TD]
[TD]QTY[/TD]
[TD]NET[/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]BB[/TD]
[TD]|[/TD]
[TD]2[/TD]
[TD]BB[/TD]
[/TR]
[TR]
[TD]CC[/TD]
[TD]CC[/TD]
[TD]|[/TD]
[TD]1[/TD]
[TD]CC[/TD]
[/TR]
[TR]
[TD]AA[/TD]
[TD]CC[/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AA[/TD]
[TD]AA[/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]AA[/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]CC[/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CC[/TD]
[TD][/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CC[/TD]
[TD][/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CC[/TD]
[TD][/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I started playing with Index and sorting, but at the end of the day - I'm sure someone can rip this out in 1/10th of the time and 10 times better. Please help.
[TABLE="width: 275"]
<tbody>[TR]
[TD]PLUS[/TD]
[TD]MINUS[/TD]
[TD]|[/TD]
[TD]QTY[/TD]
[TD]NET[/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]BB[/TD]
[TD]|[/TD]
[TD]2[/TD]
[TD]BB[/TD]
[/TR]
[TR]
[TD]CC[/TD]
[TD]CC[/TD]
[TD]|[/TD]
[TD]1[/TD]
[TD]CC[/TD]
[/TR]
[TR]
[TD]AA[/TD]
[TD]CC[/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AA[/TD]
[TD]AA[/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]AA[/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]CC[/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CC[/TD]
[TD][/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CC[/TD]
[TD][/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CC[/TD]
[TD][/TD]
[TD]|[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]