I have four columns in a query: [OnRent], [DueBack], [OnHold], and [InShop]. They are all "Yes/No" fields, derived from other queries. What I want to happen is if [DueBack] is "Yes", then [OnRent] switches to "No". Then if [InShop] is Yes, [DueBack] switches to "NO". I've searched this forum and found some information about using the Switch Function. I'm unclear as to where to enter this in the query design grid, and exactly how to phrase this.
DueBack: Switch([OnRent]="No" Am I getting close? Any help greatly appreciated
DueBack: Switch([OnRent]="No" Am I getting close? Any help greatly appreciated