help in selecting programming technique

Status
Not open for further replies.

longlife

Journeyman
I need a simple INVENTORY program, where 50 inventory Items are listed and by its side the stock is displayed and there are two buttons "in" for adding and "out" for deducting stock.

What programming technique (Language or Methodologies) would be best?
 

QwertyManiac

Commander in Chief
Using VB would be the quickest way to do this. All you need is a simple 2 column table (Or even listboxes would do, DB reqd?) and 2 buttons for doing the increment and decrement tasks upon it.

You've not mentioned your target platform though.
 
Status
Not open for further replies.
Top Bottom