Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple Question
Message
From
29/08/2001 11:11:27
 
 
To
29/08/2001 11:03:29
General information
Forum:
Microsoft Office
Category:
Access
Title:
Miscellaneous
Thread ID:
00550296
Message ID:
00550344
Views:
12
This message has been marked as the solution to the initial question of the thread.
>I did, I just forgot to put it in my message. Part of my problem was that I didn't put DoCmd.RunSQL but it still doesn't work. Here is my actual code:
>
>
DoCmd.RunSQL ("INSERT INTO temp_mold")
>Select * From Product;
>
>I am just having a hard time figuring out where to put the "" and ()

You are trying to take the result of the SELECT statement and send it into temp_mold?

If so, then the statement should be all within the "" as in:
"INSERT INTO temp_mold Select * From Product;"
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform