Again and again, no PATCH is required!!!
OK, go to the point: you cannot connect a SQL Server/MSDE.
Here is what you need:
On the server:
1. Install a SQL Server/MSDE on a computer of your network. If it is MSDE,
make sure its network accessibility is not disabled.
2. Create appropriate SQL Server logins (Whether you use Window integrated
security or mixed security) for expected users.
3. Create database or attach some sample databases (famous "Northwind", for
example) to the SQL Server/MSDE so that you can test
4. Assign proper access permission to users
If you are not sure 2, 3 and 4 aforementioned, I'd suggest you do some study
before rush to Access2xxx project.
On client computer (could be the same computer as the server, if you do if
testing/developing).
1. Make sure you have pretty up-to-date MDAC installed (it comes witth all
cversion of Windows. Just in case you are using Win95/98 where the MDAC
could be too old for SQL Server2K, aren't you? Win2K comes with MDAC2.5,
WinXP - 2.6/2.7/2.8. Very likely, the MDAC on your computer has been already
updated to 2.7 or 2.8 if you have installed some software fromo MS or other
venders. MDAC will install reqired SQL Server client library to the
computer).
2. Start a new Access 2K Project and choose to use existing database.
a. You will be presented a "Data Link Properties" dialog box.
b. Enter correct SQL Server/MSDE name. Note, if you use QL Server
instance name when installing it, you need to enter
"ComputerName\SQLServerInstanceName";
c. Chooes Window security or SQL Server username/password, depending on
how the SQLServer is set up (ask yourself here);
d. You should be able to see a list of available database on the SQL
Server/MSDE for your selection, including "master", "model", "msdb",
"Northwind" (if you attached/installed it). Pick a database you want the ADP
to connect to.
e. Click "test Connection" button to make sure the ADP can connect to
the database you choose.
You are done, if you did things correctly. There is really nothing on the
client computer (hundreds or thousands) need to do, if their Windows are
pretty up-to-date (actaully, even Window95 also OK), no MS Office is
required. Only need Access2K or later to run *.adp file.
I think, in most cases, it is the SQL Server security thing that cause
trouble for novice users, who do not study enough on this topic. SQL Server
is a very important server software and it is very natural strict security
is required. I would not recommend anyone try to use SQL Server/MSDE without
very basic understanding its security. I mean, getting Access project
connected to SQL Server is very easy as long as you set up SQL Server
correctly. It is not a problem of Access2K, it is, probably, your problem on
setting up SQL Server/MSDE, if I dare to guess.
Again, WHAT is exactly your problem other than saying "it does not connect"?
What did you do, step by step? What error you got if you can go several
steps ahead?