learning "French" (and "Base") I'm trying to compose a "Glossary database".
Question;
Reading a novel,.. I want to enter sentences into this Glossary (by novel) and subsequently elucidate the different words that I'm struggling with.
I have set up the following tables:
* Novels;
* Novels2Words;
* Words
The Novels2Words table is the cross table, containing also the specific sentence.
I would like to build a data entry form for this:
1 idealistically,.. I would like to first of all to indicate which novel I'm reading (may be through a push button ?);
2 Then I would like to enter sentences;
3 Then (per sentence) I wouyld like to enter the words that I'm struggling with.
As long as I'm reading this novel, I shouldn't bother entering this novel again and again for every sentence I'm going to enter.
I succeeded to set up a form, where:
1) first of all, I enter a word that I'm struggling with;
2) The wordt id is then transferred to the crosstable, allowing me also to enter the sentence there;
3) Finally, I'll enter the novel that I'm reading though a listbox, including a sql query referring to the novel table.
However,.
The way I look at it, it should be as follows:
1) first indicate which novel I'm reading;
2) enter the sentence that I'm struggling with;
3) enter as many struggle-words as needed, which are derived from thet sentence. Maybe through a "Grid-form coontrol" ??
Repeat 2 and 3 as long as I'm reading this novel.
Important:
In the end,.. I would like this glossary to be a cross novel glossary: so if I look up a word that I have stuggled with, I would like to find all sentences from different novels, where this word was used.
So,.. no Chinese walls between novel.
Attached please find my simple datebase.
Kind regards & please pardon my French

Berthold Spaans
Lelystad