W
wimsan
LS,
how can i use VB to test if a certain value is in table A or in table B ?
so how can i make this if statement work :
if (value) in table(A) then A = value
if value in table(B) then B = value
how can i use VB to test if a certain value is in table A or in table B ?
so how can i make this if statement work :
if (value) in table(A) then A = value
if value in table(B) then B = value