Hello everyone,
I'm trying to create a simple form for my sister's classroom. That is, if she types "set," the form will display "sett" as the homonym.
I created a main table with the following fields:
1. ID
2. Word (a combo box from the Word table)
3. Pronunciation
4. Homonym (a combox from the Word table)
5. Meaning.
A second table with one field:
1. Word
A. Which is the primary key, Indexed,
no Duplicates).
I'm lost on how to properly set this up like a dictionary type form and how to relate the word to the appropriate homonym.
Help! Please!!!
I'm trying to create a simple form for my sister's classroom. That is, if she types "set," the form will display "sett" as the homonym.
I created a main table with the following fields:
1. ID
2. Word (a combo box from the Word table)
3. Pronunciation
4. Homonym (a combox from the Word table)
5. Meaning.
A second table with one field:
1. Word
A. Which is the primary key, Indexed,
no Duplicates).
I'm lost on how to properly set this up like a dictionary type form and how to relate the word to the appropriate homonym.
Help! Please!!!