|
-
Apr 25th, 2000, 02:20 AM
#1
Thread Starter
Junior Member
I am trying to execute a Make Table Query in a VB program.
I have tried the following:
Set RS = DB.OpenRecordset("Select * from [Query Name")
This gives me error #3417 "An action query cannot be used as a row source"
I also tried the following:
Set MyWorkspace = Workspaces(0)
Set DB = OpenDatabase(stDatabasename, False, False)
MyWorkspace.BeginTrans
mDB.Execute "Select * from [Query Name]"
MyWorkspace.CommitTrans
This gives me error #3065 "Cannot execute a Select query"
Can anyone help me here please?
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
|