H
Haas C
Hi all!
I have a form on which I created a combo box which lists out the
Company field in the table TblCompanies. After I select a Company on
this Combo Box (Combo0), I next want to run a query to return me some
info on that company. For that purpose, I put a Command Box (Command2)
which is supposed to run a query which would get me the relevant info.
However, it lists out info for all companies and doesn't pick up the
Company from the Combo box. How do I link the company I choose in the
combo box to be run by the query and and return only the relevant info
for that company? I haven't done any programming - just used the
Toolbox to create the Combo box and Command Button to run the specific
query.
Thanks in advance.
I have a form on which I created a combo box which lists out the
Company field in the table TblCompanies. After I select a Company on
this Combo Box (Combo0), I next want to run a query to return me some
info on that company. For that purpose, I put a Command Box (Command2)
which is supposed to run a query which would get me the relevant info.
However, it lists out info for all companies and doesn't pick up the
Company from the Combo box. How do I link the company I choose in the
combo box to be run by the query and and return only the relevant info
for that company? I haven't done any programming - just used the
Toolbox to create the Combo box and Command Button to run the specific
query.
Thanks in advance.