Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Into Command
Message
De
23/10/2001 13:11:15
 
 
À
Tous
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Titre:
Insert Into Command
Divers
Thread ID:
00572148
Message ID:
00572148
Vues:
75
What is the syntax for inserting a memory variable dimmed as Date into a table.
For example:

Number = " & numvar & "
Text = '" & textvar & "'
Date = ????

My statement is similar to the following:
Dim mvar1 as Integer
Dim mvar2 as String
Dim mvar3 as Date

mvar1 = Me!text1.value        (Number of Cycles)
mvar2 = Me!text2.value        (Part #)
mvar3 = Me!text3.value        (Production Date)

Insert into mytable(fld1, fld2, fld3) values(" & mvar1 & ", '" & mvar2 "', ????
Any help would be appreciated
Here's to alcohol...the cause of ... and solution to ... all of life's problems - - Homer J. Simpson
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform