[AccessD] "Find" combo box searches more than one table

Arthur Fuller artful at rogers.com
Sun Aug 21 15:42:52 CDT 2005


UNION the pair of SELECT statements, each point to one table. Grab the
second column to know the location of the hit. Assuming that both tables
have similar structures, open the edit form passing the appropriate args,
i.e.
DoCmd.OpenForm FormName:= {arg1}, WhereClause:= {PK-column} = "your value"

HTH,
Arthur




More information about the AccessD mailing list