|
-
Apr 13th, 2000, 01:46 AM
#1
Thread Starter
Hyperactive Member
This generated a "too few parameters(expected 2)" error.
What can I do to make it go away and work good using DAO?
strSQL = "Select * from TableName1 Inner Join TableName2 On" & _
TableName1.Id_num = Table2.Id_num"
Set db = OpenDatabase("C:\db2")
Set tb = db.OpenRecordset(strSQL, dbOpenDynaset)
-
Apr 13th, 2000, 02:03 AM
#2
It means that you either you misspelled your field (or Table) name. Check your select statment again to see if that's the case.
-
Apr 13th, 2000, 02:08 AM
#3
Thread Starter
Hyperactive Member
Thanks Serge,
Spleling is not my strongest point! I thank you again.
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
|