I am working on an inventory project, where I need to use a UserForm.
Sadly I do not know how to code in VBA. I’ve gotten quite far with tutorials online but I am not in a dead end.
I need to get the + & - buttons to add a quantity of 1 to the database spreadsheet( I have the buttons named cmdAdd & cmdSubtract). The tricky part is that I need the button to use the information from Combobox1, ComboBox2, & Combobox3 to filter through the PipetteDatabase Table to find the pipette’s quantity and add +1 or -1 every time I click the button.
Cheers,
Guenter
Sadly I do not know how to code in VBA. I’ve gotten quite far with tutorials online but I am not in a dead end.
I need to get the + & - buttons to add a quantity of 1 to the database spreadsheet( I have the buttons named cmdAdd & cmdSubtract). The tricky part is that I need the button to use the information from Combobox1, ComboBox2, & Combobox3 to filter through the PipetteDatabase Table to find the pipette’s quantity and add +1 or -1 every time I click the button.
Cheers,
Guenter