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 TouchToneTommy 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: CSams
  • Content: Threads
  • Order by date
  1. CSams

    Access Custom Dialog from VBA

    Hi, I'm trying to create a custom dialog form from an already existing form. I thought something like this would work: Dim InputClass As Form Set InputClass = New Form_ClassSelect InputClass.Visible = True The form shows up nicely, but my code continues running without waiting for the form...
  2. CSams

    How do I filter a main form by applying a filter to a subform?

    Hi all, I'm working with a main form having up to two nested subforms. I'd like the result of a subform filter to be reflected in the records shown in the main form. What happens now is that the subform is filtered but nothing happens to the main form data despite the link between the forms...

Part and Inventory Search

Back
Top