Hello, I have a problem that I hope someone can help me with. I am going to explain very thoroughly, so skimm through if you know what i mean. Right know i am solving this problem by having two subforms. This is not so good since they become difficult to navgiate.
Description.
I have two tables. One containig data on papers and one cotaining data on collections of papers, or "leaflets"
A "paper" record may or may not be attached to a "leaflet" record. "Paper" must be searchable and leaflet must be searchable.
What i want is very simple.
Imagine I am seraching for "LOVE". I want both paper "Love is all around" and the leaflet "A collection of love-songs" to appear in the same query.
So that when i sort ascending on title, the record from the two tables are mixed.
Mind, the paper "love is all around" may or not be attached to the "A collection of love songs" leaflet and both must show in the same query.
Thank you very much in advance.
Description.
I have two tables. One containig data on papers and one cotaining data on collections of papers, or "leaflets"
A "paper" record may or may not be attached to a "leaflet" record. "Paper" must be searchable and leaflet must be searchable.
What i want is very simple.
Imagine I am seraching for "LOVE". I want both paper "Love is all around" and the leaflet "A collection of love-songs" to appear in the same query.
So that when i sort ascending on title, the record from the two tables are mixed.
Mind, the paper "love is all around" may or not be attached to the "A collection of love songs" leaflet and both must show in the same query.
Thank you very much in advance.