Hi guys, I've got a (for you) pretty simple question.
I am making an Access database (2003) for school. It contains information about stuff you can hire here.
In the table which I use to register all the stuff given out I have a checkbox. This is checked when the loaned stuff is returned.
The query looks as following:
Field: "Terug gebracht? (Ja / Nee)"
Table: "Uitlenen"
Delete: "Where"
Criteria: " "
I have no clue about the criteria.. Can anyone tell me what I should put in there, in order to only delete the Checked records, and not all records?
Thanks for your help, and if you need more info, please say so.
I am making an Access database (2003) for school. It contains information about stuff you can hire here.
In the table which I use to register all the stuff given out I have a checkbox. This is checked when the loaned stuff is returned.
The query looks as following:
Field: "Terug gebracht? (Ja / Nee)"
Table: "Uitlenen"
Delete: "Where"
Criteria: " "
I have no clue about the criteria.. Can anyone tell me what I should put in there, in order to only delete the Checked records, and not all records?
Thanks for your help, and if you need more info, please say so.
Comment