Hi everyone -
I apologize in advance, as a similar question has a discussion here, but I'm not exactly sure where to put the code, if it indeed requires code as it did in the older post.
I have a database for some telephone interviews we are conducting. I want to query the database for those folks who have completed the interviews, in order to bring up their names/addresses to send them their incentive check. I want to query on a checkbox field that is checked when the interview is complete.
I'm not familiar with the use of code... I do most of my work in design view. I have tried to add the code suggested in another post:
SELECT[Your checkboxfield] From [Your table] Where [Your table][Your checkbox field]=True, but the error message came up that said something like "characters entered after end of SQL expression". I also tried to enter that syntax into the parameter code box in the design view, and that didn't work.
Any guidance would be much appreciated!! Thank you!!
I apologize in advance, as a similar question has a discussion here, but I'm not exactly sure where to put the code, if it indeed requires code as it did in the older post.
I have a database for some telephone interviews we are conducting. I want to query the database for those folks who have completed the interviews, in order to bring up their names/addresses to send them their incentive check. I want to query on a checkbox field that is checked when the interview is complete.
I'm not familiar with the use of code... I do most of my work in design view. I have tried to add the code suggested in another post:
SELECT[Your checkboxfield] From [Your table] Where [Your table][Your checkbox field]=True, but the error message came up that said something like "characters entered after end of SQL expression". I also tried to enter that syntax into the parameter code box in the design view, and that didn't work.
Any guidance would be much appreciated!! Thank you!!
Comment