Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple Question
Message
De
29/08/2001 11:11:27
 
 
À
29/08/2001 11:03:29
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Titre:
Divers
Thread ID:
00550296
Message ID:
00550344
Vues:
13
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform