I'm a wannabe developer & programmer. I have a very simple inventory database that keeps track of how many packages of chocolate chip cookies are in the refrigerator and how many are empty. The FIELD NAMES and Data Fields look something like this:
MIX MADE MX1 MX2 MX3 MX4 EMPTY REMAIN
Choco Chips, 4 packages, Yes, No, No, No, 3 Empty, 1 Left
Apple Pie , 2 packages, No , No, 2 Empty, 2 Left
Fruit Pie , 4 packages, Yes, Yes, Yes, Yes, 0 Empty, 4 Left
What I want is, if there are only 2 packages (see Apple Pie), then I don't want to see the last 2 yes/no fields. I hope this makes sense.
Can I hide the emply value fields in a query or do I have to do it in a form? I would prefer to hide the fields in 1) table 2) query 3) form - in that order.
Thanks for helping me solve this & thanks for the excellent site.
MIX MADE MX1 MX2 MX3 MX4 EMPTY REMAIN
Choco Chips, 4 packages, Yes, No, No, No, 3 Empty, 1 Left
Apple Pie , 2 packages, No , No, 2 Empty, 2 Left
Fruit Pie , 4 packages, Yes, Yes, Yes, Yes, 0 Empty, 4 Left
What I want is, if there are only 2 packages (see Apple Pie), then I don't want to see the last 2 yes/no fields. I hope this makes sense.
Can I hide the emply value fields in a query or do I have to do it in a form? I would prefer to hide the fields in 1) table 2) query 3) form - in that order.
Thanks for helping me solve this & thanks for the excellent site.