Search results

  1. H

    Code for opening form based on value in subform sitting in another form

    Hi, I have a form (A) which contains a Datasheet subform (B). B is based on a query that get it's value from A (another type of Query by Form). I also have a button on A which when clicked would open Form (C) at the record that I selected in B all the forms and subform all get their data from...
  2. H

    Opening a recordset form based on value from another form

    Thanks namliam, You've completely lost me. could you please ellaborate? from all the forums that I read I think that the code should be something along the line of: stDocName = "FrmCustDetails" Set stLinkCriteria = Forms.CustSearch.CustSearchSubform.(selected record) DoCmd.OpenForm...
  3. H

    Opening a recordset form based on value from another form

    Hi all I'm pretty new at Access. I have a customer search form (CustSearch) which contains a subform (CustSearchSubform) - , when entering different values in the available textboxes in the mainform and pressing the search button, the subform refreshes showing the correct matches to the...
Back
Top Bottom