H
hugz via AccessMonster.com
I have a txtbox that shows the inventory level and another txtbox for the
customers to enter the quantity they want to purchase. I had this code using
Visual basic on an after update and after enter event on the amount puchased
txtbox, that if the amountpurchased txtbox is greater than the inventory
level txtbox a message will appear saying that the amount purchased should
not exceed the inventory level.
The problem is for example when the inventory level is 20. When i enter 3 on
the amount purchased txtbox the message appears. but when i enter 03 on the
amount purchased txtbox, it works properly. same result as when the inventory
level is 36 for example and when i enter 7 on the amount purchased the
message appears. and it works properly when i enter 07. can anyone help me on
this..
thnx for all the help
customers to enter the quantity they want to purchase. I had this code using
Visual basic on an after update and after enter event on the amount puchased
txtbox, that if the amountpurchased txtbox is greater than the inventory
level txtbox a message will appear saying that the amount purchased should
not exceed the inventory level.
The problem is for example when the inventory level is 20. When i enter 3 on
the amount purchased txtbox the message appears. but when i enter 03 on the
amount purchased txtbox, it works properly. same result as when the inventory
level is 36 for example and when i enter 7 on the amount purchased the
message appears. and it works properly when i enter 07. can anyone help me on
this..
thnx for all the help