G
Guest
I have a form that accepts countrycode from pull down.
then I would like to pass this country code to a subform to
add records selectively from another group. This group consists of
different companies and I want to assodicate these companies
with the country.
I am able to pass on the the countrycode selected in main form to subform
using global variable. But it is not allowing me to store this country code in
the subform field. What I am doing wrong?
Main form field = country code
Subform fields are = country code,
company code,
contact code,
I am displaying company code and contact code from another table. Out of
which some records will be associated to the country code.
I would like to store the values of country code, company code and contact
code
in yet another table.
Thank you for your help!
-Me
then I would like to pass this country code to a subform to
add records selectively from another group. This group consists of
different companies and I want to assodicate these companies
with the country.
I am able to pass on the the countrycode selected in main form to subform
using global variable. But it is not allowing me to store this country code in
the subform field. What I am doing wrong?
Main form field = country code
Subform fields are = country code,
company code,
contact code,
I am displaying company code and contact code from another table. Out of
which some records will be associated to the country code.
I would like to store the values of country code, company code and contact
code
in yet another table.
Thank you for your help!
-Me