Quantcast
Channel: anySiteSupport.com » SQL
Viewing all articles
Browse latest Browse all 4

SQL: Insert Statement

$
0
0

=========
QUESTION
———
How do I add a record to a table using SQL?

 

=========
ANSWER
———
see EXAMPLES

 

=========
EXAMPLES
——— 
SQLTxt = "INSERT INTO 0000T_Log (Dt, Log) VALUES (#" & Now() & "#, '" & Me.CurrentStatus & "')"
CurrentDb.Execute SQLTxt

 

=========
APPLIES TO / KEY WORDS
———
Microsoft Access
SQL
Insert
VBA

 

=========
REF
———
http://www.w3schools.com/sql/sql_insert.asp

 


http://www.anysitesupport.com/sql-insert-statement/
http://anySiteHosting.com


Viewing all articles
Browse latest Browse all 4

Trending Articles