![]() |
|
|
| Subject:
Open "Data Link Properties" in Access 2003 for CurrentProject.Connection w. VBA
Category: Computers > Programming Asked by: terspa-ga List Price: $5.00 |
Posted:
28 Jun 2005 06:21 PDT
Expires: 10 Jul 2005 23:36 PDT Question ID: 537780 |
How to open "Data Link Properties" in MS Access 2003 ADP-project with
VBA for the "CurrentProject.Connection".
You can open the window manually from File-Connection, but i have not
found a way to open it with VBA. With the following code:
Dim dl As New MSDASC.DataLinks
Dim c As New ADODB.Connection
Dim bl As Boolean
bl = dl.PromptEdit(c)
I can open the "Data Link Properties" for a new connection, but i need
to open the "Data Link Properties" -window for the
CurrentProject.Connection by code. |
|
| There is no answer at this time. |
|
| There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
| Search Google Answers for |
| Google Home - Answers FAQ - Terms of Service - Privacy Policy |