S
stumpy
This may seem an easy question but how do I open a form,opening it on a
perticular tab. Ive got as far as:-
Dim stdocName As String
Dim stLinkCriteria As String
stDocname="ArchiveForms"
DoCmd.OpenForm stdocName,,,stLinkCriteria
On the form I have Tabctl1 with pages 1,2,3,I am trying to open the form
onto page2 to show list1
Any help is greatly appreciated
perticular tab. Ive got as far as:-
Dim stdocName As String
Dim stLinkCriteria As String
stDocname="ArchiveForms"
DoCmd.OpenForm stdocName,,,stLinkCriteria
On the form I have Tabctl1 with pages 1,2,3,I am trying to open the form
onto page2 to show list1
Any help is greatly appreciated