G
Guest
Hi,
I am having a Problem with this particular peice of code, I want the program
to open a form that has a set of Or criteria, when i activate the code it
asks for input even though i told it to find it at my drop down menu here is
my code:
DoCmd.OpenForm "tblPropellant Query", , , "[AD1NAM]=" & "'Me!Additive' OR
[AD2NAM]=" & "'Me!Additive'"
Thanks,
James
I am having a Problem with this particular peice of code, I want the program
to open a form that has a set of Or criteria, when i activate the code it
asks for input even though i told it to find it at my drop down menu here is
my code:
DoCmd.OpenForm "tblPropellant Query", , , "[AD1NAM]=" & "'Me!Additive' OR
[AD2NAM]=" & "'Me!Additive'"
Thanks,
James