P
Pyrite
I have documents from different companies that I mail to engineers.
Periodically these docs change so I record which version I have sent to an
engineer. I have a table with no primary key to hold site name and form
version so I can hold as many different form versions as I need per company
name. I have a query that runs from this table where site name equals the
selection made in a drop down (cboSiteName) on frmFormSent. The next drop
down on frmFormSent is cboVersionSent which is based on above mentioned query
and displays the possible versions of that companies form. This requeries on
got focus to keep the list up to date. So far this all works fine, what I
would like to do is have this same action run on other forms without having
to duplicate the query. All in all I would like it to run when a site name is
selected on any one of 3 forms. I have tried entering each combo box name in
the OR sections of site name on the query but then when I select a site name
on one of the 3 forms I get another parameter box popping up asking me for
the other two site names.
Hope that made some sense.
Periodically these docs change so I record which version I have sent to an
engineer. I have a table with no primary key to hold site name and form
version so I can hold as many different form versions as I need per company
name. I have a query that runs from this table where site name equals the
selection made in a drop down (cboSiteName) on frmFormSent. The next drop
down on frmFormSent is cboVersionSent which is based on above mentioned query
and displays the possible versions of that companies form. This requeries on
got focus to keep the list up to date. So far this all works fine, what I
would like to do is have this same action run on other forms without having
to duplicate the query. All in all I would like it to run when a site name is
selected on any one of 3 forms. I have tried entering each combo box name in
the OR sections of site name on the query but then when I select a site name
on one of the 3 forms I get another parameter box popping up asking me for
the other two site names.
Hope that made some sense.