I have created a database for the company I work for. Its a simple stock in/out database. In one form I have buttons which enable the user to remove a kit. A kit consists of 'x' amount of parts. But I want the user to be informed when a certain part in the stock is at 0.
Idealy I would prefer it if the button was disabled whenever one part is out of stock. How can I do this using VBA?
Idealy I would prefer it if the button was disabled whenever one part is out of stock. How can I do this using VBA?
Comment