VBA Coding For Inventory and POS

liauce

New Member
Joined
Oct 15, 2010
Messages
2
Hi Mr Excel

I’m doing a school project that requires quite some VBA programming. I understand you’re quite the expert on this. Could you teach me a thing or 2?

I need to do an inventory management prototype with VBA forms. Basically I have 3 forms. Pre inventory check before sales, sales and post sales inventory check. I know how to create the form but am not sure how to make the information load into a data base and update along the way.

Form 1 (4 controls)
Select item
Count number of items in inventory
hit submit
close button

Form 2 (7 controls)
select item
Label that shows the number of item selected left in stock
Label that shows price of item
Input for number of items to sell
Total price
Submit button
Close button

Note: Form should immediately update point 2 - label that shows the number of items left in stock

Form 3 (5 controls)
Select item
Count number of items in inventory
hit submit
close button
Label that shows discrepancies (e.g. missing stock after counting when sales from form 2 is less than difference of form1 and form2 count)

I uploaded the excel workbook below
http://http://www.mediafire.com/?cruhve2nu7llm2p
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

Forum statistics

Threads
1,214,827
Messages
6,121,821
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top