Hello All,
I am new in access.
I have an application in which user can place new order for product. We parse Excel Sheet and showing total stock & provide a user to input number of quantity which user want purchase.
I am trying to achieve like user can not input a quantity more then total stock item.
If user try to add quantity more then total available stock item then it should be display an error message or user will not be able to submit order.
For that i have tried like :-
Code:[quantity]<=[totalstock]
Above "rule is added in quantity (text box)" but its not working.
Do i miss anything? or any syntax error or we can do these thing with any kind of event,query,etc...
Please find attached screenshot of my form.
Please let me know. Any help would be appreciated.
Thanks
Harsh Jain