Syntax: Objekt.DeleteTab
Dim ax As XPTabControl Set ax = Me!AX_Tab.Object With ax .DeleteTab End With Set ax = Nothing