D
David
Hello,
Can someone please show me the correct syntax for a
DoCmd.OpenReport?
Here is what I have;
DoCmd.OpenReport "Box Request", acViewNormal, ,
[control_no]=Forms![frmBoxRequest]![cboControl_No].
Also, because my where condition may be based off of
several values, I will be using a string in the where
condition parameter. Is this allowed and is there any
limit to how many "conditions" I can use?
Thanks,
David
Can someone please show me the correct syntax for a
DoCmd.OpenReport?
Here is what I have;
DoCmd.OpenReport "Box Request", acViewNormal, ,
[control_no]=Forms![frmBoxRequest]![cboControl_No].
Also, because my where condition may be based off of
several values, I will be using a string in the where
condition parameter. Is this allowed and is there any
limit to how many "conditions" I can use?
Thanks,
David