parametre and views

D

Danny Nielsen

Hi
How do I use parameters in views? (I would really like an example). I need
to be able to call a view using Access project. I know its possible (and the
best) to use stored procedure to do this, but at the time I haven't
installed updates of Access2000 and therefore Access seems not to be able to
find stored procedures.
Therefore, this problem only concerns the use of views.


Many thanks in regards

Danny Nielsen
 
J

J. Clay

Views cannot use parameters or the ORDER BY clause. If you need parameters,
you need to use stored procedures.

J. Clay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top