F
foxfinance
In Access 2007, there is a local template called "Sales Pipeline." When you
open it and click on the "Customer List" Form, you will see a Report combo
box toeards the right. CLicking on the drop-arrow will reveal the list of ALL
reports available and these reports are autmtically updated whenever you
select one of the forms from the list.
I'm not as experienced in using Access as most of you are, but I can
sometimes figure out how things like this was done by looking at it in the
design view. However, this is way beyond my 3 hour college course that I
recently took and I was hoping that someone could explain to me - in laymans
terms - how this is done. I'd like to create a list using the combo box that
will show each report in my datatbase and when I choose a specific report, it
be updated based on the information that I put into the tables.
One thing that stands out in this is, in the design view for the combo box,
under the "data" tab, in "row source" it says: SELECT MSysObjects.Name FROM
MSysObjects WHERE (((MSysObjects.Name) Not Like "*Subreport*") AND
((MSysObjects.Type)=-32764))"
This is wayyyyy beyond my skill so if someone can point me in the "start
here" direction, I'd appreciate it.
Thanks everyone.
open it and click on the "Customer List" Form, you will see a Report combo
box toeards the right. CLicking on the drop-arrow will reveal the list of ALL
reports available and these reports are autmtically updated whenever you
select one of the forms from the list.
I'm not as experienced in using Access as most of you are, but I can
sometimes figure out how things like this was done by looking at it in the
design view. However, this is way beyond my 3 hour college course that I
recently took and I was hoping that someone could explain to me - in laymans
terms - how this is done. I'd like to create a list using the combo box that
will show each report in my datatbase and when I choose a specific report, it
be updated based on the information that I put into the tables.
One thing that stands out in this is, in the design view for the combo box,
under the "data" tab, in "row source" it says: SELECT MSysObjects.Name FROM
MSysObjects WHERE (((MSysObjects.Name) Not Like "*Subreport*") AND
((MSysObjects.Type)=-32764))"
This is wayyyyy beyond my skill so if someone can point me in the "start
here" direction, I'd appreciate it.
Thanks everyone.