I have a club database that has a single line/record table t_info showing various bits and pieces, name, address, secretary etc. these are used for report headers and footers.In this table i have dtestart and dteend for the current financial year. i.e.
dtestart dteend secretary address etc
01/07/02 30/06/03 David Australia etc
These fields are updated on a yearly basis.
I have a table t_payments for a report that shows payments, {dtepay} made on different dates. I wish to limit the reported payments to be within dtestart and dteend.
I hope this makes sense!
This used to work fine in access.
regards,
David