Hi is it possible to have criteria in a form that will display info from 2 tables, however the info might be different. I can do it for one table but when I add another table to the form, the SQL adds INNER JOIN which seems to link the 2 tables which is not what I want. What criteria could I use to fix this?
At the moment I am using
Like [forms]![Search].[myselector] & "*"
as the criteria for both fields.
Ideally I would like the form to display data from the one table and data from the other table. If the criteria doesnt match the one table then those fields will be blank ,but in the tables fields will still show the relevant data.\
Thank you so much