Consulting

Results 1 to 3 of 3

Thread: Make view/table visible

  1. #1
    VBAX Newbie
    Joined
    Feb 2009
    Posts
    3
    Location

    ::SOLVED:: Make view/table visible

    Sry for the noob quistion.

    I have made a view in vba ms project and now i want to activate it and make it visible to the user.




    so basically::
    TableEdit name:="asd"..........................
    ViewEditSingle name:= "asd" .............
    view.show() ???

    hope someone will help me
    Last edited by SkullKid; 02-06-2009 at 02:58 AM.

  2. #2
    VBAX Newbie
    Joined
    Feb 2009
    Posts
    3
    Location
    Think it should be rather simple, all i want to do is to make a view visible to the user.

    Please can someone help me

  3. #3
    VBAX Newbie
    Joined
    Feb 2009
    Posts
    3
    Location
    Found the solution:: so if anyone want to now it is:

    ViewApply name:="test view", SinglePane:=True 'Display the view 'test view' to the user

    damn.....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •