KMG
05-28-2002, 07:02 PM
I'm very new to Access and I've hit a wall. I'm developing a database in order to track rental property payments. My problem is that some rents are due weekly, some are due monthly. And the date that they fall due is based on when the move in date was.
I have no problem adding payments however I want to create a query (I think I want a query) that produces all the dates when each tenants rents are due.
EXAMPLE: If a tenant moves into a weekly unit today. Seven days from now the database automatically creates a new record in a table showing the TenantName, RentDueAmt, RentDueDate.
I’ve been able to create a new field (column) that calculates the next payment due date. However this is not what I need. I need all the payment due dates from move in till today.
Can this be done? How can I do this??
Thanks for the help.
I have no problem adding payments however I want to create a query (I think I want a query) that produces all the dates when each tenants rents are due.
EXAMPLE: If a tenant moves into a weekly unit today. Seven days from now the database automatically creates a new record in a table showing the TenantName, RentDueAmt, RentDueDate.
I’ve been able to create a new field (column) that calculates the next payment due date. However this is not what I need. I need all the payment due dates from move in till today.
Can this be done? How can I do this??
Thanks for the help.