I have a case registration table and from the registration form, I can produce a report for each case (basically an invoice).
I have a split form to search on all the cases using a query that I did for this purpose. I would like to include in this query (if possible) a link to each report (invoice). Does it make sense?
Do you want to link to a stored pdf of the invoice or just recreate the report on screen ?
If it's the latter, the you could easily add a open report preview on the double click event of the record ID or similar. However be warned that Split forms behave rather oddly, so you may need to recreate the look of a split form with a sub form as a datasheet rather than the split form.
Do you want to link to a stored pdf of the invoice or just recreate the report on screen ?
If it's the latter, the you could easily add a open report preview on the double click event of the record ID or similar. However be warned that Split forms behave rather oddly, so you may need to recreate the look of a split form with a sub form as a datasheet rather than the split form.
I just need a link to the report and one for the form if this is possible. I just want to be able from the query results to open the form or the actual report.
Apologies, I think that I didn't explain myself properly.
I need a link for the reports on the query results. I have already a button on every form to show the report. I would like to access to if from the query.
If I look for case 234, I don't want to go to the form and look for the ID 234. I would like to open the report from the actual query. Is it possible to create hyperlinks on the ID's in the query to the reports?
Something like this. This is a database example from Microsoft... clicking on the quote "1006", "1007" will open that particular form. I can see that it is done with a macro