S
steel
Hi,
I have packaged up an .ade project. Everything installs OK and when the
Splash screen opens the project tries to connect to a SQL server and then
fails - this OK. I was using a button to open the SQL Connection dialog in
the .adp project (which worked fine), but with the .ade/runtime version I
have no such luck. Therefore I can't change the SQL Connection and connect
the project to a local SQL Server.
The SQL Connection button I use is:
Private Sub btnChangeConn_Click()
DoCmd.RunCommand acCmdConnection
End Sub
Should I be including more code with this function? or is there someother
way to do it?
Thanks in advance.
I have packaged up an .ade project. Everything installs OK and when the
Splash screen opens the project tries to connect to a SQL server and then
fails - this OK. I was using a button to open the SQL Connection dialog in
the .adp project (which worked fine), but with the .ade/runtime version I
have no such luck. Therefore I can't change the SQL Connection and connect
the project to a local SQL Server.
The SQL Connection button I use is:
Private Sub btnChangeConn_Click()
DoCmd.RunCommand acCmdConnection
End Sub
Should I be including more code with this function? or is there someother
way to do it?
Thanks in advance.