R
Roman
Hello!
I have a project .adp under Access 2003 which connects to SQL Server.
There's a table form based on a stored procedure.
Under construtor mode:
record source is my stored procedeure;
Input parameter is
@FIDFILIAL=Forms![Enterprise]![Filials].Form![IDFilial],@DATE=Forms![Enterprise]![CurrentDate]
This table form is built in the main form - "Enterprise".
Under Access 2003 everything works fine, but if I run the same file with
Access 2007, when I load "Enterprise" form, I get prompts for procedure
parameters: @FIDFILIAL and @DATE
What is the reason of this incompatibility and how this could be fixed?
I have a project .adp under Access 2003 which connects to SQL Server.
There's a table form based on a stored procedure.
Under construtor mode:
record source is my stored procedeure;
Input parameter is
@FIDFILIAL=Forms![Enterprise]![Filials].Form![IDFilial],@DATE=Forms![Enterprise]![CurrentDate]
This table form is built in the main form - "Enterprise".
Under Access 2003 everything works fine, but if I run the same file with
Access 2007, when I load "Enterprise" form, I get prompts for procedure
parameters: @FIDFILIAL and @DATE
What is the reason of this incompatibility and how this could be fixed?