Hello,
I have the following pass through query:
exec dbo.CDEPress_PointInTime @DistrictCode = '67439', @Date = '2004-12-19'
CDEPress_PointInTime is the name of the stored procedure.
The users are not Access litterate and I would like to know if that would be possible to create a form so they can enter a new DistrictCode (Date would be always the same...)? Once they submit the form, the value would be transmitted to this SQL Server query and executed.
Thank you very much,
Emilie.
I have the following pass through query:
exec dbo.CDEPress_PointInTime @DistrictCode = '67439', @Date = '2004-12-19'
CDEPress_PointInTime is the name of the stored procedure.
The users are not Access litterate and I would like to know if that would be possible to create a form so they can enter a new DistrictCode (Date would be always the same...)? Once they submit the form, the value would be transmitted to this SQL Server query and executed.
Thank you very much,
Emilie.