Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple Question
Message
De
29/08/2001 10:46:53
 
 
À
29/08/2001 10:26:04
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Titre:
Divers
Thread ID:
00550296
Message ID:
00550319
Vues:
16
This message has been marked as a message which has helped to the initial question of the thread.
>I am sure this is a simple question but I keep getting errors. I have 2 lines of code:
>
>
INSERT INTO tblmytable1
>SELECT * FROM tblmytable2
>
>I keep getting Compile Error Syntax Error. Any help would be appreciated.

I think you need to terminate the sentence with a semicolon (;).
INSERT INTO tblmytable1
SELECT * FROM tblmytable2;
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform