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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jmoby

  1. jmoby

    Form data persistence

    I am trying to store the recordsource sql of the form somewhere on the form. Is this possible. I want to do like what the Form.tag property is for, but instead to have the .tag stored forever, or until changed. Must I create a table to store the recordset sql, or is there another way?
  2. jmoby

    Accessing anyform.subform from another form

    when using OpenArgs I get the form name passed over as a String,as myStringForm. I need to access Forms!myStringForm.subform in some way. How can I get myStringForm interpreted properly? Thanks! J
  3. jmoby

    Accessing anyform.subform from another form

    I am trying to access a FormA.subform from FormB. The tricky part is, that I don't know what FormA is. I do know what subform is named though. and I do know that FormB pops up from FormA. I am trying to use something like Screen.PreviousControl.Application.Screen.ActiveForm.myTextBox to get the...
  4. jmoby

    Accessing Me.Parent.RecordSource

    I am not able to access the Me.parent.recordsource property. I have a subform I'll be putting on a few different forms, so I need access to the parent recordsource property. I need to access it this way, instead of using the hardcoded parent form name way. Thanks!

Part and Inventory Search

Back
Top