J
Jim Heavey
I am coming from SQL environment and I am trying to remember how to specify
a query with a parameter.
When I build the query in Access, how do I identify a parameter value is
required and where it is required? If I had a query like the following,
how would I identify the paramters ( I put ?? where I want to pass the
parameter from a program?).
Select UserName, UserPassword
where UserName = ??
a query with a parameter.
When I build the query in Access, how do I identify a parameter value is
required and where it is required? If I had a query like the following,
how would I identify the paramters ( I put ?? where I want to pass the
parameter from a program?).
Select UserName, UserPassword
where UserName = ??