I have two linked tables, and a data-entry form that accesses these two tables. In this form, Table A fields are in the main form, and Table B fields are in a subform. There is a one-to-many relationship between Table A (one) and Table B (many). What I'd like to be able to do is do a "Find" on one of the fields in the subform (Table B), and have it find both the record in Table B and the linked record in Table A, and display the correct data on the form, for data entry, view, update, etc. But right now, it only searches the records in Table B that match the current record in Table A - it can't find anything that's for a different record in Table A.<br><br>Example: Table A and Table B are linked by a field called Order#, and Table B can contain several Part# records for each Order#. Order# 1 contains records in Table B for Part # 100, 200, and 300. Order# 2 contains records in Table B for Part # 200, 300, 400, and 500. The problem arises when I have Order# 1 showing, and want to find an order containing Part # 400 or 500. The way it's set up now, if I search for part # 400 while on order# 1, nothing is found (since this part# is found in order# 2 and I have order# 1 showing), but if I search for part # 400 while on order# 2, it will find it.<br><br>How do I correct this problem? I'm using Access 97.<br><br>Thanks for any help you can provide!<br><br>Walt Wright<br>