I am making a database for some coursework.
It is also complete (this is only a prototype).
The final thing I need to do which I can't easily do is create reports for bookings which will act as invoices for a customer.
The problem is that the only way I have seen how to do this so far is to create 2 queries for each booking and have a final report-subreport report output of these query. Automating this for every customer is proving difficult (I have little DB knowledge). It would also give my DB a massive file size if I saved 2 queries and 2 reports (report and sub-report) for each booking.
What would actually be perfect would be able to just print the form I have which displays each booking, however as this is schoolwork I would lose marks as I am not creating reports. (See BookingsFullDetails form in the DB attached).
How can I convert the form into a report easily?
It is also complete (this is only a prototype).
The final thing I need to do which I can't easily do is create reports for bookings which will act as invoices for a customer.
The problem is that the only way I have seen how to do this so far is to create 2 queries for each booking and have a final report-subreport report output of these query. Automating this for every customer is proving difficult (I have little DB knowledge). It would also give my DB a massive file size if I saved 2 queries and 2 reports (report and sub-report) for each booking.
What would actually be perfect would be able to just print the form I have which displays each booking, however as this is schoolwork I would lose marks as I am not creating reports. (See BookingsFullDetails form in the DB attached).
How can I convert the form into a report easily?