C
Craig Buchanan
I would like to create a form that searchs for incidents. Obviously, the
user might select any combination of criteria. I have a query that does the
table joins that are needed and displays the appropriate fields.
I would like to be able to create parameters in code and somehow modify the
query to accept these parameters.
Is there a way to do this?
Otherwise, i can always write dynamic sql.
thanks,
craig
user might select any combination of criteria. I have a query that does the
table joins that are needed and displays the appropriate fields.
I would like to be able to create parameters in code and somehow modify the
query to accept these parameters.
Is there a way to do this?
Otherwise, i can always write dynamic sql.
thanks,
craig