开发者

SQL to ACCESS 2010

I imported my SQL information into Access. How can I create a table in Access, then join or link it to an e开发者_JAVA百科xisting table already in Access 2010.


I just use 'Access Data Projects' (ADP). This allows me to keep everything on the SQL Server side, and it allows me to write stored procedures (and bind them to forms, etc) without writing mountains of linked table / SQL passthrough code.


An easy way is to set up a UNION query. That will leave your two tables intact but join the data.

A JOIN query would merge the data into one of the existing tables.

http://stackoverflow.com/questions/38549/difference-between-inner-and-outer-joins post has some good info about that.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜