ADP and Programatically Create Server View

golaat

New member
Local time
Today, 14:42
Joined
Jul 19, 2007
Messages
2
Greetings....

I have a Microsoft Access 2002 Data Project (ADP) and I'm trying to programatically create a new ServerView. It seems as if the only way I can do it through code is by doing the following:

Code:
DoCmd.SelectObject acServerView, "Create View in designer", True
SendKeys "{ENTER}", True

Anyone have any thoughts/feedback? Please remember that I am working with an ADP file and NOT and MDB.

- Art
 

Users who are viewing this thread

Back
Top Bottom