Hi All,
I have table tblAnimalName, which include the following
ANIMAL_NAME PRICE
CAT 100
CAT 150
CAT 75
CAT 50
DOG 200
DOG 150
DOG 175
DOG 50
LION 1000
LION 750
I also have a Visual basic list box named lstAnimalName, which include the following:
CAT
DOG
LION
How do I generate data from tblAnimalName from item that is
not select from lstAnimalName?
For example: If I selected DOG and LION from lstAnimalName I would get all CAT from tblAnimalName.
thanks for your time,
regards
I have table tblAnimalName, which include the following
ANIMAL_NAME PRICE
CAT 100
CAT 150
CAT 75
CAT 50
DOG 200
DOG 150
DOG 175
DOG 50
LION 1000
LION 750
I also have a Visual basic list box named lstAnimalName, which include the following:
CAT
DOG
LION
How do I generate data from tblAnimalName from item that is
not select from lstAnimalName?
For example: If I selected DOG and LION from lstAnimalName I would get all CAT from tblAnimalName.
thanks for your time,
regards