weee
06-08-2004, 05:54 PM
Hi There.
I have a databse of stores that contain the number of products the stores can advertise. I'm trying to compare to number of products the store can advertise with the number of the products the store already advertise. I manage to get those numbers.
The problem is that I'm trying to compare between the number but it won't work. code:
If productsNumberOnLine = productsNumber Then
It seems like the If doesn't do nothing!
I changed the productsNumber to th actual number "5" and it worked good.
I check if the Varialbes contain any number and they do contain the right numbers.
What can it be?
Thanks!
I have a databse of stores that contain the number of products the stores can advertise. I'm trying to compare to number of products the store can advertise with the number of the products the store already advertise. I manage to get those numbers.
The problem is that I'm trying to compare between the number but it won't work. code:
If productsNumberOnLine = productsNumber Then
It seems like the If doesn't do nothing!
I changed the productsNumber to th actual number "5" and it worked good.
I check if the Varialbes contain any number and they do contain the right numbers.
What can it be?
Thanks!