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!