northernbeaver
Programmer
I have a form that ties into an Access 2000 Database that lists all the products the user has selected to purchase. I have a command button that allows the user to increment the qty of the product by one. The code is just rs("Qty"
= rs("qty"
+ 1
On a pc (win98) machine that is running IE 5.0 it works fine but If you run it on a PC (win98) machine that is running IE 5.5 the total it returns is 3. Any help would be appreciated
Ragenpryde
On a pc (win98) machine that is running IE 5.0 it works fine but If you run it on a PC (win98) machine that is running IE 5.5 the total it returns is 3. Any help would be appreciated
Ragenpryde