Hi all,
I have created a query in SQL that requires a criteria. This works well, and I've even tried putting it into a stored Procedure. It worked there also - when I supplied the criteria to the input window, which tells me the SP is correct.
I need to get these results available to an Access form. However, I can't seem to link the SP to Access. Although, I can link a view. the problem is that I can't supply an input to a view.
So, how can I provide a criteria to an SQL Query and return the records I want to a form?
Cheers