Re: Sql code in access form in adp
- From: "Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
- Date: Thu, 16 Feb 2006 23:16:52 -0500
Probably missing blank spaces.
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
"Roger" <Roger@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4C14FC0C-A863-4F2C-A275-8B1AB3A7FA4F@xxxxxxxxxxxxxxxx
Whats wrong with this Private Sub Save_Record_Click()
Dim SQL As String
SQL = "INSERT INTO log ([Admin],[Issue])" _
& "select [adm_name],[Problem]" _
& "from forms!frm_tick_entry"
DoCmd.RunSQL SQL
End Sub
Access2003 - sql200 back end
I am trying to create a code which will copy information from a form to a
table.
table = log
Form = frm_tick_entry
I keep getting invalid syntax near !.
Help!!!!!!!
--
Learning is Never ending. So is certification.
.
- Prev by Date: Re: Complicated Connection Problems bewteen ADP and SQL Server
- Next by Date: Re: Sql code in access form in adp
- Previous by thread: Re: sao paulo na libertadores
- Next by thread: Re: Sql code in access form in adp
- Index(es):
Relevant Pages
|