Inventory
-
I need to build a program that does inventory. Then a form to subtract that inventory from what is on hand noting a account number or a name. can anyone help me. If it isnt one thing it is something else. I am new to VB.net, so i am still learning. thanks! steve
-
I need to build a program that does inventory. Then a form to subtract that inventory from what is on hand noting a account number or a name. can anyone help me. If it isnt one thing it is something else. I am new to VB.net, so i am still learning. thanks! steve
Hi. Everyone is still learning:-D If you need to make an inventory program, you will almost certainly need to make a database. The first thing is to choose your DBMS (DataBase Management System) and take it from there. After you're done with the database, it's not so difficult to make that form. I could send you some samples if you like. Best regards.
-
Hi. Everyone is still learning:-D If you need to make an inventory program, you will almost certainly need to make a database. The first thing is to choose your DBMS (DataBase Management System) and take it from there. After you're done with the database, it's not so difficult to make that form. I could send you some samples if you like. Best regards.
So i guess i need to create the tables in access and go from there? I want it to subtract the inventory once i put the account number that it goes with. Is that possible. I am using visual Basic .net
-
So i guess i need to create the tables in access and go from there? I want it to subtract the inventory once i put the account number that it goes with. Is that possible. I am using visual Basic .net