|
-
Mar 29th, 2006, 08:18 AM
#1
Thread Starter
Junior Member
Need Help with SQL to VB conversion
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|