Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Into Command
Message
De
23/10/2001 15:03:10
 
 
À
23/10/2001 13:11:15
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Divers
Thread ID:
00572148
Message ID:
00572233
Vues:
43
This message has been marked as a message which has helped to the initial question of the thread.
>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

Try Date = #" & textvar & "#
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform