![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a way to view a report inside a control? *I want to have a form with a list of reports and view the report in another control on the same form in Access 2007. Is this possible? Thanks. Matthew Wells matthew.we... (AT) firstbyte (DOT) net |
#3
| |||
| |||
|
|
Is there a way to view a report inside a control? I want to have a form with a list of reports and view the report in another control on the same form in Access 2007. Is this possible? Thanks. Matthew Wells matthew.wells (AT) firstbyte (DOT) net |
#4
| |||
| |||
|
|
On Aug 25, 8:54 pm, "Matthew Wells" <matthew.we... (AT) firstbyte (DOT) net wrote: Is there a way to view a report inside a control? I want to have a form with a list of reports and view the report in another control on the same form in Access 2007. Is this possible? Thanks. Matthew Wells matthew.we... (AT) firstbyte (DOT) net It is possible in Access 2010. Search for NavigateTo. |
#5
| |||
| |||
|
|
"exebat" <srdjan.vasilje... (AT) gmail (DOT) com> wrote in message news:1d58d989-cb22-4fa4-977b-eb12b7218b39 (AT) k10g2000yqa (DOT) googlegroups.com... On Aug 25, 8:54 pm, "Matthew Wells" <matthew.we... (AT) firstbyte (DOT) net wrote: Is there a way to view a report inside a control? *I want to have a form with a list of reports and view the report in another control on the same form in Access 2007. Is this possible? Thanks. Matthew Wells matthew.we... (AT) firstbyte (DOT) net It is possible in Access 2010. Search for NavigateTo. You don't even have to use navigate to. Sub-form controls in access 2010 supports both forms and reports. It likely this was changed for the new navigation control (which is really just sub-forms anyway). So, prior to 2010, no, but for access 2010, you can simply drop a sub-form control into a form, and the source object drop down combo shows and allows the selection of a reports in addition to forms aswe always could. -- Albert D. Kallal *(Access MVP) Edmonton, Alberta Canada Pleasenospam_kal... (AT) msn (DOT) com |
#6
| |||
| |||
|
|
Yes, but using NavigateTo he can also give the WHERE clausal to the report the easiest way possible. |
#7
| |||
| |||
|
|
"exebat" <srdjan.vasilje... (AT) gmail (DOT) com> wrote in message news:422017b1-5f20-4b83-9be6- Yes, but using NavigateTo he can also give the WHERE clausal to the report the easiest way possible. Ah, ok. Very good point - one I had not thought of. I suppose one could just stuff/change the sql into the form/reports record source, but I not tested doing this. -- Albert D. Kallal *(Access MVP) Edmonton, Alberta Canada Pleasenospam_kal... (AT) msn (DOT) com |
![]() |
| Thread Tools | |
| Display Modes | |
| |