A
Ana
Hi,
I have a report triggered by a form and connected to a stored procedure
which is not working. When a run the report as a stand alone, I'm expecting
a window asking me the desired parameters but it is not happening.
I've the following information in the DATA's Input Parameters:
@Salesman int= Forms![frmAgentDialog]![Combo_10], @F_Start smalldatetime=
Forms![frmAgentDialog]![F_Start], @F_End smalldatetime=
Forms![frmAgentDialog]![F_End]
What could be happening? The Stored procedure works fine as a stand alone
and so is the form.
TIA
Ana
I have a report triggered by a form and connected to a stored procedure
which is not working. When a run the report as a stand alone, I'm expecting
a window asking me the desired parameters but it is not happening.
I've the following information in the DATA's Input Parameters:
@Salesman int= Forms![frmAgentDialog]![Combo_10], @F_Start smalldatetime=
Forms![frmAgentDialog]![F_Start], @F_End smalldatetime=
Forms![frmAgentDialog]![F_End]
What could be happening? The Stored procedure works fine as a stand alone
and so is the form.
TIA
Ana