Hey there,

I am in the process of converting a few of the SQL queries into VB for the automation process..The following is the SQL query

select a.field1,b.field2,c.fileld3
from
a,b,c
where
a.field1 *= b.field2

I am not sure of how to convert the data that is bolded into VB code.also
am not sure what it means..

Can someone please help