Hello,
How would I go about displaying multiple dates on a TOTALS query that also require a WHERE clause? These are some of the fields needed:
· Date paid (BT Tracking: BT Request Date)
· Date BDI #1 Scheduled (BT Scheduling: Schedule Date) Note: Only use “Status”: Confirmed
· Date BDI #2 Scheduled (BT Scheduling: Schedule Date) Note: Only use “Status”: Confirmed
· Date BDI #3 Scheduled (BT Scheduling: Schedule Date) Note: Only use “Status”: Confirmed (At least 95% of the time no 3rd one is utilized; report will need to accommodate that fact)
(There are more fields needed and linked tables just as an FYI)
BT Tracking and BT Scheduling are linked by tracking_id, with BT scheduling using a sched_id and tracking_id as a compound key .
Sometimes there are 0 BDI's scheduled, sometimes there are 4 so it is difficult.
·
How would I go about displaying multiple dates on a TOTALS query that also require a WHERE clause? These are some of the fields needed:
· Date paid (BT Tracking: BT Request Date)
· Date BDI #1 Scheduled (BT Scheduling: Schedule Date) Note: Only use “Status”: Confirmed
· Date BDI #2 Scheduled (BT Scheduling: Schedule Date) Note: Only use “Status”: Confirmed
· Date BDI #3 Scheduled (BT Scheduling: Schedule Date) Note: Only use “Status”: Confirmed (At least 95% of the time no 3rd one is utilized; report will need to accommodate that fact)
(There are more fields needed and linked tables just as an FYI)
BT Tracking and BT Scheduling are linked by tracking_id, with BT scheduling using a sched_id and tracking_id as a compound key .
Sometimes there are 0 BDI's scheduled, sometimes there are 4 so it is difficult.
·