So you're trying to use an Access ADP to design a SQL Server database. You
are quite right, you can't do that from Access 2003 for a SQL Server 2005
database.
Why would you want to? The tools that are designed for the job are more
than adequate: SQL Server Enterprise Manager for SQL Server 2000, and SQL
Server Management Studio Express for SQL Server 2005.
You say that you can't create a combo box in a table using SQL Server
Management Studio Express, and indeed you can't. This isn't because there's
anything missing from SQL Server Management Studio Express, it's because
this unfortunate frippery isn't part of SQL Server, it only exists in
Access. Most serious developers consider that the conflation of user
interface and data storage in this way is poor practice and best avoided.
See:
http://www.mvps.org/access/lookupfields.htm
If this is your only reason for not wanting to use (the free and very good)
Management Studio Express, then I must say it's a very weak reason and you
are making a rod for your own back.
This is the actual issue or error!
With this version of MS Office Access you are not able to make any
drafts because this version of SQL server you are connected to does
not support this. Check the MS Office update website for the newest
downloads.
You habe connected to a version of SQL server which is newer than SQL
server 2000.
These are some solutions I found!
Are you connecting using an Access ADP or MDB file? I suspect you are
working with an ADP - so you might try creating an ODBC connection
using the SQL Native Client and see if that lets you make design
changes and additions. The other option is to use the SQL Server
Management Studio Express to do table design work.
have the same problem. I have been using the server management studio
express to do table design, however there are some things that are
very difficult to do this way. For example, creating a combo box in a
table. This is very simple in access yet next to impossible with the
limited server management studio express. When can we expect a patch
for access 03 to be able to do the table modifications to sql server
2005????
Thanks
Dave