H
Henro
Set Voorwaarde = db.OpenRecordset("SELECT Agenda.Begindatum,
Agenda.Engineer, Agenda.Omschrijving FROM Agenda WHERE
(((Agenda.Begindatum)= #" & [Forms]![Engineer]![txtVerjaardag] & "#) AND
((Agenda.Engineer)=misengineer()) AND ((Agenda.Omschrijving) Is
"Gebak!"));")
AND ((Agenda.Omschrijving) Is "Gebak!"));")
Access 2000 doesn't like the " in "Gebak!". It seems to think at the first "
that that is the endo of the instruction. What is the right syntax to use
Gebak! as criterium for Omschrijving?
Grtz Henro
Agenda.Engineer, Agenda.Omschrijving FROM Agenda WHERE
(((Agenda.Begindatum)= #" & [Forms]![Engineer]![txtVerjaardag] & "#) AND
((Agenda.Engineer)=misengineer()) AND ((Agenda.Omschrijving) Is
"Gebak!"));")
AND ((Agenda.Omschrijving) Is "Gebak!"));")
Access 2000 doesn't like the " in "Gebak!". It seems to think at the first "
that that is the endo of the instruction. What is the right syntax to use
Gebak! as criterium for Omschrijving?
Grtz Henro