C
CS
I have a query which is a sqlPass through query. I want the query to take a
parameter from a form. How could i do this? An example:
This is an Access query :
Select * from Location where Location.Id = forms!frmloc!Id
I want the above query to be written as a pass thro sql query.
Please help
thanks
parameter from a form. How could i do this? An example:
This is an Access query :
Select * from Location where Location.Id = forms!frmloc!Id
I want the above query to be written as a pass thro sql query.
Please help
thanks