J
John
Hi
Is there a way for me to achieve below;
1. Have a parameterised query like below on SQL Server that returns a
recordset such that this recordset is editable so it acts like a normal
table.
SELECT Forename, Surname
FROM dbo.Staff
WHERE ([Contact Status] = @Status)
2. Be able to access the recordset within MS Access some way and hopefully
be able to use it as recodsource for a bound Access form.
Many Thanks
Regards
Is there a way for me to achieve below;
1. Have a parameterised query like below on SQL Server that returns a
recordset such that this recordset is editable so it acts like a normal
table.
SELECT Forename, Surname
FROM dbo.Staff
WHERE ([Contact Status] = @Status)
2. Be able to access the recordset within MS Access some way and hopefully
be able to use it as recodsource for a bound Access form.
Many Thanks
Regards