Dear myself,
You made the mistake that you pass a boolean value in single quotes you shouldn't do that, stupid student. So, if nobody likes to answer your question, you should do it yourself.
Roderik
: Well there should be someone that can solve my problem???
:
: : I try to insert a new row into my table.
: : But I get the error: Syntax error in INSERT INTO statement.
: :
: : I used the following insert into statement:
: :
: : INSERT INTO tblDeelnemers (PartnerID,Voornaam,Achternaam,Emailadres,BannerFlag,BannerURL,Password,WebsiteTitel,WebsiteURL,WebsiteOmschrijving,Rubriek) VALUES (3,'stuk','stukje','beversamsterdam@hotmail.com','true','http://www.stukjes.nl/banner.gif','joPass123','stukjes','http://www.stukje.nl','stukjes van eens stuk','literatuur')
: :
: :
: : Note: The fieldnames are all fieldnames except the Id autonumber field
: :
: : Who knows what is wrong with my INSERT INTO statement???
: :
: :
:
: