T
Tom Brophy
I am trying to create a parameter query to let me enter the sales person I
want to query. However, it isn't prompting and it doesn't show any records
(like it's taking the parameter literally as a string).
Here is the SQL query:
SELECT City, SalesPerson, Contact, Company, Building, SqFeet, ID
FROM dbo.tblOpportunity
WHERE (SalesPerson = '[Sales Person]')
I'm using Access 2003 but with 2000 file format. The tables are SQL and not
access tables.
Any help would be appreciated.
Thanks,
Tom Brophy
want to query. However, it isn't prompting and it doesn't show any records
(like it's taking the parameter literally as a string).
Here is the SQL query:
SELECT City, SalesPerson, Contact, Company, Building, SqFeet, ID
FROM dbo.tblOpportunity
WHERE (SalesPerson = '[Sales Person]')
I'm using Access 2003 but with 2000 file format. The tables are SQL and not
access tables.
Any help would be appreciated.
Thanks,
Tom Brophy