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 - 2002-04-22 : 09:07:32
|
| Eoin Reilly writes "Could you please inform me of a way to integrate Access form in a SQL server 2000 database. I'm trying to import the the Access database to my SQL server database but there are no options to copy forms accross. Could you please tell how this is done or where I can find outThanks EOIN REILLY" |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2002-04-22 : 09:28:42
|
| SQL Server doesn't have any forms, hence the name "server".You have to write your own Gui in VB or something.Or, you can use Access Data Projects, which lets Access use SQL Server as a data source. Then you can keep all your forms in Access.Damian |
 |
|
|
|
|
|