Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-06-02 : 08:17:35
|
TY writes "Hi.I was asked to generate sql scripts for tables in a database. After generating the sql scripts, i was again asked to make some modification in the scripts, then convert the scripts in mdb file which will be opened in Ms Access. May I know how to achieve this?" |
|
JimL
SQL Slinging Yak Ranger
1537 Posts |
Posted - 2005-06-02 : 09:55:31
|
You Cannot script a SQL table in .mdb. To use a SQL back end use .adp.To use SQL tables in .mdb you would have to use linked tables. (this is not the preffered method)JimUsers <> Logic |
 |
|
|
|
|