D
Dean Slindee
A stored procedure that is the source for an Access report requires two
parameters. However, the default syntax seems to allow for only one
parameter. Hope that I am wrong. Here is what I have tried thus far:
DoCmd.OpenReport "rptJuvenileParticipantForm", acViewNormal, ,
[Forms!frmJuvenileProgram2.ClientID, Forms!JuvenileProgram2.ProviderID]
DoCmd.OpenReport "rptJuvenileParticipantForm", acViewNormal, , ClientID,
ProviderID
I have checked that the values contained in the above statement are correct,
but the statement is not of a correct syntax.
Thanks for any hints,
Dean Slindee
parameters. However, the default syntax seems to allow for only one
parameter. Hope that I am wrong. Here is what I have tried thus far:
DoCmd.OpenReport "rptJuvenileParticipantForm", acViewNormal, ,
[Forms!frmJuvenileProgram2.ClientID, Forms!JuvenileProgram2.ProviderID]
DoCmd.OpenReport "rptJuvenileParticipantForm", acViewNormal, , ClientID,
ProviderID
I have checked that the values contained in the above statement are correct,
but the statement is not of a correct syntax.
Thanks for any hints,
Dean Slindee