K
Kim
I am using the following statement to open a form -
DoCmd.OpenForm "Search Engineering Files", , , "File_Num
= 'PlanNumber'"
But it doesn't take the PlanNumber I am accepting in
my current form.
I tried replacing 'PlanNumber' with value, it shows me
desired results.
My question is what am I doing wrong.
Before this statement, I tried displaying the value
of PlanNumber, it shows correct value.
Thank you in advance.
-Kim
DoCmd.OpenForm "Search Engineering Files", , , "File_Num
= 'PlanNumber'"
But it doesn't take the PlanNumber I am accepting in
my current form.
I tried replacing 'PlanNumber' with value, it shows me
desired results.
My question is what am I doing wrong.
Before this statement, I tried displaying the value
of PlanNumber, it shows correct value.
Thank you in advance.
-Kim