hello
i'm making a daily renting cars system
the client should pay every day ( day by day)
everything is ok but
if the client pay at these days
dd/mm/yyyy
01/01/2015
02/01/2015
03/01/2015
10/01/2015
11/01/2015
12/01/2015
at the date 15/01/2015 i want to check the payments
how to let the system show me that the dates
04-05-06-07-08-09-13-14-15/01/2015
the client didn't pay the fees
i have a solution
opening the payment form and make a new record everyday even if the client didn't pay and finally by a query i'm getting a list where the payment date field Is Null
but is there any other solution without adding the dates manually
i'm making a daily renting cars system
the client should pay every day ( day by day)
everything is ok but
if the client pay at these days
dd/mm/yyyy
01/01/2015
02/01/2015
03/01/2015
10/01/2015
11/01/2015
12/01/2015
at the date 15/01/2015 i want to check the payments
how to let the system show me that the dates
04-05-06-07-08-09-13-14-15/01/2015
the client didn't pay the fees
i have a solution
opening the payment form and make a new record everyday even if the client didn't pay and finally by a query i'm getting a list where the payment date field Is Null
but is there any other solution without adding the dates manually