I have a query that has the fields: fldname, fldcomputers, fldsuppliers, fldIT, flddate.
What i want to do is search for a name, say "John". Once it finds John, I want to see if he is in a fldcomputer(is a true/false checkbox )or fldsuppliers(true/false checkbox). If fldcomputer is checked and fldsuppliers is not, then I want to hide the column fldsuppliers, but leaving the other fields visible in the query. If fldcomputer is not checked and fldsuppliers is checked, then I want to hide the fldcomputer, and leaving the other fields visible.
What i want to do is search for a name, say "John". Once it finds John, I want to see if he is in a fldcomputer(is a true/false checkbox )or fldsuppliers(true/false checkbox). If fldcomputer is checked and fldsuppliers is not, then I want to hide the column fldsuppliers, but leaving the other fields visible in the query. If fldcomputer is not checked and fldsuppliers is checked, then I want to hide the fldcomputer, and leaving the other fields visible.