B
Bryan
Hello:
Is it faster and better practise to use a stored
procedure with input parameters or to filter a recordset
in a form.
For example say I have a table of employees with approx
500 rows. I design a form to query this table depending
on certain variables such as name, position, salary etc
from controls. Should I open the form with the whole
table and apply filters and requery when a user drills
down depending on criterias selected in controls
OR
should I create a stored procedure with input parameters
that returns a new recordset everytime the user updates
the controls on the criteria form.
Suggestions or no-no's
thanks all
Is it faster and better practise to use a stored
procedure with input parameters or to filter a recordset
in a form.
For example say I have a table of employees with approx
500 rows. I design a form to query this table depending
on certain variables such as name, position, salary etc
from controls. Should I open the form with the whole
table and apply filters and requery when a user drills
down depending on criterias selected in controls
OR
should I create a stored procedure with input parameters
that returns a new recordset everytime the user updates
the controls on the criteria form.
Suggestions or no-no's
thanks all