Ho guys i got question need to ask about the if else statement:
Can i write like this
IF CUST= "A" OR CUST = "B" OR CUST = "C" THEN CUST = "A , B ,C "
Then statement i pal is if i key either A , B or C is will print out the data of A , B & C.
It is correct is write this using VB?