View a report in a form??

sf129

Registered User.
Local time
Today, 03:22
Joined
Mar 6, 2003
Messages
11
I have a form in access 2000 and I want to put in a subform that displays a report. How can I do this?
 
This is probably not what you are looking for, but I am not sure you can do what you are trying to do. The only way I have been able to do what you want is to publish the report in Word and then use an unbound object frame to display the word document. My guess is that the data in the report is related to the data in the main form (???). I guess you could put some code on the on current event of the main (parent) form that would run the report and output the document to word and then display it in the subform. It will be really slow but it should work. You could also try to recreate the report in a form and then display it as a subform that. Maybe someone else knows a better way, I hope!

GumbyD
 
Have a look Here

IMO
 

Users who are viewing this thread

Back
Top Bottom