I've got my query connecting automatically - entered the connection
string
in the properties area. Now I have another issue with one of my queries.
The beginning of the statements is: SELECT DISTINCT
([dbo_tbl_sat_survey]![lname]) & ", " & ([dbo_tbl_sat_survey]![fname]) AS
employee,. How do I enter this via a pass-through query? I'm getting an
error and assume it is referencing the fields. I want to combine
lastname,
firstname on the drop down list box.
Thank you once again!
Douglas J. Steele said:
What are you using as a connection? Is it a DSN that doesn't include user
information? Are you using trusted connections?
--
Doug Steele, Microsoft Access MVP
(no e-mails, please!)
I created the pass-through query but am asked each time for the
connection.
how can I get this to automatically link without having to type in my
connection?
:
You need to create a pass-through query that has the appropriate
connection
information to allow it to run on the SQL Server.
--
Doug Steele, Microsoft Access MVP
(no e-mails, please!)
I'm new to stored procedures on SQL Server 2005. I created a stored
procedure but can't seem to call it from Access 2000. I know I use
Execute
sp_storedProc but don't know what else I need.
Please help if possible and thank you!