FireViking
Programmer
hi all,
There maybe a simple solution I just cant see.
I have a table lets say 'Invoices'. There is an 'invoice paid' date feild and an 'Passed' date feild to record the date the invoice was passed to a debt recovery service.
I have an financial activity report that needs to show all invoices paid and all invoices that were passed over for recovery within a specified period.
It is simple enough to create a query to show all records within the 'Invoice' table. I use the BETWEEN [Start Date] AND [End Date] as a criteria on the invoice paid date feild to return those records paid. However I also need to show the invoices 'Passed' for recovery.
I created 2 queries each showing the relevant records. I then tried to join them but this does'nt return all records. I thought of creating a table and using the query update and have the report read from there. Since I hav'nt tried that yet I thought I might try and get advice first.
Cheers.
There maybe a simple solution I just cant see.
I have a table lets say 'Invoices'. There is an 'invoice paid' date feild and an 'Passed' date feild to record the date the invoice was passed to a debt recovery service.
I have an financial activity report that needs to show all invoices paid and all invoices that were passed over for recovery within a specified period.
It is simple enough to create a query to show all records within the 'Invoice' table. I use the BETWEEN [Start Date] AND [End Date] as a criteria on the invoice paid date feild to return those records paid. However I also need to show the invoices 'Passed' for recovery.
I created 2 queries each showing the relevant records. I then tried to join them but this does'nt return all records. I thought of creating a table and using the query update and have the report read from there. Since I hav'nt tried that yet I thought I might try and get advice first.
Cheers.