Select to view content in your preferred language

Button navigate to TABLEFORM

1096
0
05-22-2014 10:32 PM
ThomasFair
Deactivated User
Hello,

I want to use the code below to have a button which navigates to a TABLEFORM. I can get it to work with pages, but cannot get this to work with my relate table TABLEFORM.

Dim pg
Set pg = Application.Map.Layers.Item("CampusTrees").Forms.Item("EditForm").Pages.Item("Page1")

'Activate desired page
pg.Activate

Thank you!
Tags (3)
0 Kudos
0 Replies