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 |
|
fourier
Starting Member
7 Posts |
Posted - 2002-06-18 : 08:18:25
|
| I managed to convert an Access database to SQL one.Now I want to use the same macros forms and reports in Access to input/output and view data in SQL server.In that case Access is the client.Is it possible ?If so How ?Any ref material in this regard pl ? Can I run these macros in EXE form ? |
|
|
macka
Posting Yak Master
162 Posts |
Posted - 2002-06-18 : 08:45:37
|
| If you are using Access 2000 as the front-end then you can set up an Active Data Project (ADP) from within Access. This ties the frontend to SQL Server. Most of your forms/reports/macros should then work with minimal modifications.macka. |
 |
|
|
|
|
|