Hi There,
I am trying to generate a report where it shows me data up to a specified date. Currently I have a query that searches a table (tblBreakdown in this case) and produces a report with all data entry's that are equal or before the specified date. Now to the part I can't get working. I've got another table called tblDeleted which contains the information that was once from tblBreakdown but has been deleted from there and moved to tblDeleted where it now has a date of deletion. What I would like to achieve is that I can generate a report up to a certain date that contains data from both tables which matches the criteria.
Thanks in advance,
Dom
I am trying to generate a report where it shows me data up to a specified date. Currently I have a query that searches a table (tblBreakdown in this case) and produces a report with all data entry's that are equal or before the specified date. Now to the part I can't get working. I've got another table called tblDeleted which contains the information that was once from tblBreakdown but has been deleted from there and moved to tblDeleted where it now has a date of deletion. What I would like to achieve is that I can generate a report up to a certain date that contains data from both tables which matches the criteria.
Thanks in advance,
Dom