PDA

View Full Version : Make view/table visible



SkullKid
02-05-2009, 08:40 AM
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 :thumb

SkullKid
02-06-2009, 01:27 AM
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

SkullKid
02-06-2009, 02:57 AM
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.....