number of query values and destination fields are not the same
Asked Answered
E

1

1

This is what I have for the Add Event.

CurrentDb.Execute "INSERT INTO tblMatchBook ([Patron], [Staff], [TimeReceived], [SurveyLink], [DateFinished], [BookTitles]) " & _
" Values('" & Me.ddBarcode & "," & Me.ddStaff & "," & Me.txtRDate & "," & Me.txtLink & "," & "" & "," & "" & "')"

I cannot figure out what is wrong.

Eighteenmo answered 25/7, 2013 at 17:57 Comment(0)
F
-2
insert into Main values (28494,1,False,'Buto-asma  Sirop' , 'Buto-asma  Sirop', 3.99 , 'Syrup', 'ispani', ' ', ' ',0, '1',4988 )
Feckless answered 6/3, 2015 at 11:3 Comment(2)
Please add some explanatory text to your answerGaultiero
This statement does in no single way relate to the question. It seem to relate to your now deleted answer that asked a new question which you shouldn't do in an answer box. Remember we are not a forum. I suggest you take the tour and revisit How to Ask and maybe take some time to read the other material in the help center. Good luck!Gingivitis

© 2022 - 2024 — McMap. All rights reserved.