I'm trying to draw a report of a table that has many checkboxes (yes/no). Each checkbox corresponds to text statement (stored in another table). I want to design a report that only prints the text statements corresponding to checkboxes with a value of 'yes'. I've tried using =If([ErrorCode1]=True,"Agreements"," ") and similar permutations on the report, but they leave ugly gaps.
Is there a way to make a query for only fields with a specified value?
The DB this is being done on was developed by someone else, but now I've inherited it. I was hoping to avoid too much de-construction/re-construction if at all possible.
Thanks
Is there a way to make a query for only fields with a specified value?
The DB this is being done on was developed by someone else, but now I've inherited it. I was hoping to avoid too much de-construction/re-construction if at all possible.
Thanks