Hi all,
First, nice to be here - great forums and members you got here
I'm doing a DVD rental database on FMP 8.5, and for each "Loan" record, there is a field called "DateLeased", in date format.
I need to be able to generate a report (or, for the moment, just find records) of DVDs that were leased *since* any given date.
I know I can just go into find mode and enter, for example, ">22/10/2006", but really the "since" bit needs to be inbuilt as it were, as new staff will probably have no idea about those characters! Also, I'm using the calendar date picker, so it's a bit tricky to enter in a > manually.
I assume the way to do this will be to create a find script that simply searches for any date bigger than the one specified, but I'm not really sure how to do that.
Thanks in advance for any help
First, nice to be here - great forums and members you got here
I'm doing a DVD rental database on FMP 8.5, and for each "Loan" record, there is a field called "DateLeased", in date format.
I need to be able to generate a report (or, for the moment, just find records) of DVDs that were leased *since* any given date.
I know I can just go into find mode and enter, for example, ">22/10/2006", but really the "since" bit needs to be inbuilt as it were, as new staff will probably have no idea about those characters! Also, I'm using the calendar date picker, so it's a bit tricky to enter in a > manually.
I assume the way to do this will be to create a find script that simply searches for any date bigger than the one specified, but I'm not really sure how to do that.
Thanks in advance for any help