Link with query?
Graham-
Your example hits home for me! I'm trying to link to a query, not a table. How would the linkcriteria look for a query?
in your example:
stLinkCriteria = "[BookID]=" & Me![lstSearchList]
DoCmd.OpenForm stDocName, , , stLinkCriteria
I would think it is more...