Quote:
Originally posted by exdter
Is this what you mean?
The first line of your script should be
conn[ect] user/password/database
The problem with this is that your password won't be encrypted, so someone can see it.
I hope this helps.
|
Forgive my ignorance but I don't think I asked for the right thing.
Here's what I'm looking at.....
I'm in Access and I run an SQL query such as:
select COUNT(*) from employee_data where title = 'Programmer'
and the next thing you know is a window pops up where I need to click on the "Machine Data Source" tab and then the appropriate "Data Source Name" which then has me type in my password.
Thanks for the help.
Norm