Hello all,
I have a search form for my user. They can pull up a report with the current balances for each customer. Works fine if the customer has a balance.
I added a pop up box for times when there is no data. However, the client wants to have the report still appear with the customer information and $0 balances. The $0 is easy enough, but I'm not sure the best way to get the customer info.
The query behind the report calls all customers with any balance.
My report uses a filter w/ the customer ID and a date range (last month/between 2 dates, etc).
I can't just change the filter to be customer ID. If the customer has a balance in a different time period it would then show that info.
Is there a way I can requery it with a different filter and different query if no records are returned?
I'm not quite sure where to start on this issue.
Thanks
I have a search form for my user. They can pull up a report with the current balances for each customer. Works fine if the customer has a balance.
I added a pop up box for times when there is no data. However, the client wants to have the report still appear with the customer information and $0 balances. The $0 is easy enough, but I'm not sure the best way to get the customer info.
The query behind the report calls all customers with any balance.
My report uses a filter w/ the customer ID and a date range (last month/between 2 dates, etc).
I can't just change the filter to be customer ID. If the customer has a balance in a different time period it would then show that info.
Is there a way I can requery it with a different filter and different query if no records are returned?
I'm not quite sure where to start on this issue.
Thanks