hi guys,
Thnks for the help i have always been provided on time.
I am again stuck up badly.
I have to open a form from another form.
I want to pass an argument --- compulsory and at the same time show records only of the supplier name provided by the user.
I am using the foll statemnet:
DoCmd.OpenForm "mast", acNormal, , "[supplier name] =Forms!mod_frm!supp_nm" , , , modvar
This works fine.
but i face a problem when i try to replace forms!mod-frm!supp_nm with a variable=supp.
It is a very essential thing for my program as i want to further add features to it.
Plz. help
thnks in advance
bye,
vinanti
Thnks for the help i have always been provided on time.
I am again stuck up badly.
I have to open a form from another form.
I want to pass an argument --- compulsory and at the same time show records only of the supplier name provided by the user.
I am using the foll statemnet:
DoCmd.OpenForm "mast", acNormal, , "[supplier name] =Forms!mod_frm!supp_nm" , , , modvar
This works fine.
but i face a problem when i try to replace forms!mod-frm!supp_nm with a variable=supp.
It is a very essential thing for my program as i want to further add features to it.
Plz. help
thnks in advance
bye,
vinanti