T
TC
I have two separate forms that are based on the same parameter query, frmSOR
and frmQuote. I am using the following criteria for the query
WHERE (tblCustomer.[Company Name]=forms!frmQuote!CompanyName
On both of the forms CompanyName is an unbound combobox.
I can not figure out how to open just the form frmSOR and not get the "Set
Parameter" box open without having to have frmQuote open.
I have looked through many post and I think the easiest solution is to some
how set the CompanyName field as a Public string in a module. But I am not
sure how to do this or if this is even the correct solution.
Any help would be much appreciated.
Thanks
TC
and frmQuote. I am using the following criteria for the query
WHERE (tblCustomer.[Company Name]=forms!frmQuote!CompanyName
On both of the forms CompanyName is an unbound combobox.
I can not figure out how to open just the form frmSOR and not get the "Set
Parameter" box open without having to have frmQuote open.
I have looked through many post and I think the easiest solution is to some
how set the CompanyName field as a Public string in a module. But I am not
sure how to do this or if this is even the correct solution.
Any help would be much appreciated.
Thanks
TC