Guest_imported
New member
- Jan 1, 1970
- 0
Hello gang,
Small query problem w/report. Someone designed this database really bad by using duplicate fields i.e:
Action Item 1
Action Item 2
...
Action Item 5
Followed by a little tick which tells us whether the action item has been completed ie:
Completed 1
Completed 2
...
Completed 5
Heres the thing I am to generate a report based on these actions and the problem im having is I cannot set the criteria for false on the fields Completed 'x', because then if one of those action items was completed I would not get the resulting record. I mean and I know im not being that clear...Say I have a record which has these 5 actions and next to them these 5 completed tick fields, If one of these ticks has been checked off and the others havent then my query wouldnt pull up the correct record it would ignore it. So I dont think there is a way to query it. So I decided to just not set any criteria which is fine, it shows all the actions whether they are completed or not and then I added the tick fields next to the actions on the reports and specified "yes/no" as the format. So it shows all the actions along with a "yes/no" based on the tick field. Now here's the problem if one of the action items was not filled, i.e: empty text field/memo then I still get a yes/no to be output. I've set the Can Shrink Property to no on the whole detail section and on all the fields...it works for all the fields EXCEPT the tick field y/n. That still shows up...anyone have a better approach to this? Thanks
Small query problem w/report. Someone designed this database really bad by using duplicate fields i.e:
Action Item 1
Action Item 2
...
Action Item 5
Followed by a little tick which tells us whether the action item has been completed ie:
Completed 1
Completed 2
...
Completed 5
Heres the thing I am to generate a report based on these actions and the problem im having is I cannot set the criteria for false on the fields Completed 'x', because then if one of those action items was completed I would not get the resulting record. I mean and I know im not being that clear...Say I have a record which has these 5 actions and next to them these 5 completed tick fields, If one of these ticks has been checked off and the others havent then my query wouldnt pull up the correct record it would ignore it. So I dont think there is a way to query it. So I decided to just not set any criteria which is fine, it shows all the actions whether they are completed or not and then I added the tick fields next to the actions on the reports and specified "yes/no" as the format. So it shows all the actions along with a "yes/no" based on the tick field. Now here's the problem if one of the action items was not filled, i.e: empty text field/memo then I still get a yes/no to be output. I've set the Can Shrink Property to no on the whole detail section and on all the fields...it works for all the fields EXCEPT the tick field y/n. That still shows up...anyone have a better approach to this? Thanks