W
williamr
I created a form named [frmSearch], it has a combo box named [combo0], and a
button named [cmdSearchButton]. I have a query named qryeverything. the
query has a field named developername. The combo box is a dropdown list of
the developer's names. I select one of the names and press the button. The
button opens a macro that opens [qryeverything]. Here is where I get lost.
I expect that because in [qryeverything] I have the following in the field
developername [forms]![frmSearch]![combo0] that I will get a list of
everything being done by that developer. What I get is a msgbox asking me to
enter some information. Can someone help me, or better yet, tell where I can
read how to do this. I search but get a lot of information that I don't
need. Is what I'm trying to do easy and I just don't see it or is this
something that takes time? Another thing, When I used the wizard to create
the combo box I got 2 options, 'combo box to look up the values' and 'I will
type in the values' My thinking was that I wanted the box to do something
with that value, a third option, Is that part of the problem?
Thanks in Advance
Access Illiterate William
button named [cmdSearchButton]. I have a query named qryeverything. the
query has a field named developername. The combo box is a dropdown list of
the developer's names. I select one of the names and press the button. The
button opens a macro that opens [qryeverything]. Here is where I get lost.
I expect that because in [qryeverything] I have the following in the field
developername [forms]![frmSearch]![combo0] that I will get a list of
everything being done by that developer. What I get is a msgbox asking me to
enter some information. Can someone help me, or better yet, tell where I can
read how to do this. I search but get a lot of information that I don't
need. Is what I'm trying to do easy and I just don't see it or is this
something that takes time? Another thing, When I used the wizard to create
the combo box I got 2 options, 'combo box to look up the values' and 'I will
type in the values' My thinking was that I wanted the box to do something
with that value, a third option, Is that part of the problem?
Thanks in Advance
Access Illiterate William