Build a simple calculator program with an Access form that allows a user to enter numbers in two separate text boxes.
The Access form should have four separate command buttons for adding, subtracting, multiplying, and dividing. Write code in each command button's Click event to output the result in a label control.