E
Emily
I have an Access application that built with a lot of
pass-through queries by using ODBC connection to
manipulate data at sql server. When I deploy it to a
user, I find the connection that being used by the user
is under my name instead of the user if I don't opening
up each individual query in design view and click the
properties and re-make the connection at the user's
computer.
Can someone tell me how I can programmatically
reset/refresh to reflect the actual user's connection
without doing that?
It's because there is a field in a table that set up with
default value of Host_Name() function to capture the
user's computer name. All the records come up with my
computer name instead of the user's name.
Thank you very much for the help.
Emily
pass-through queries by using ODBC connection to
manipulate data at sql server. When I deploy it to a
user, I find the connection that being used by the user
is under my name instead of the user if I don't opening
up each individual query in design view and click the
properties and re-make the connection at the user's
computer.
Can someone tell me how I can programmatically
reset/refresh to reflect the actual user's connection
without doing that?
It's because there is a field in a table that set up with
default value of Host_Name() function to capture the
user's computer name. All the records come up with my
computer name instead of the user's name.
Thank you very much for the help.
Emily