Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SKBrede
  • Content: Threads
  • Order by date
  1. SKBrede

    open a second subform from a first subform on the same parent

    I can not open a second subform from a first subform on the same parent - I am using the following procedure that is called from a double click event on the first subform Public Sub OpenScheduleDetails(passedJobID As Variant) Dim JID As String JID = passedJobID DoCmd.OpenForm...
  2. SKBrede

    access 2003 open a subform from a second subform on the same parent

    I can not open a second subform from a first subform using Public Sub OpenScheduleDetails(passedJobID As Variant) Dim JID As String JID = passedJobID DoCmd.OpenForm "forms![frmMS]![frmControlDispatch]", , , "JobID = " & JID End Sub Where the parent form is frmMS and the subform I wish...

Part and Inventory Search

Back
Top