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...
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...
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...