falconstooth
IS-IT--Management
I have a set number of school IDs seperated into two groups that I need to print on a report. The schools are first seperated into school desigations. Then I have a second group for the IDs themselves. In other words:
GH1 = Middle Schools and High Schools
GH2 = School ID code
Each week all of these schools are to place orders for food for the cafeteria. However, some forget or get lost in overnight communications. Currently, my report displays whether or not each school has an order on the correct order day. What I need is to have every school in each group listed in the report whether they have entered an order or not. I use the following formula to determine the correctness of the orderdate:
If Weekday({RQRequests.NeedDate}) = 6 Then "Yes"
Else "No"
How can I get the schools who have not ordered at all (no record) to display?
Thank you
GH1 = Middle Schools and High Schools
GH2 = School ID code
Each week all of these schools are to place orders for food for the cafeteria. However, some forget or get lost in overnight communications. Currently, my report displays whether or not each school has an order on the correct order day. What I need is to have every school in each group listed in the report whether they have entered an order or not. I use the following formula to determine the correctness of the orderdate:
If Weekday({RQRequests.NeedDate}) = 6 Then "Yes"
Else "No"
How can I get the schools who have not ordered at all (no record) to display?
Thank you