How can design Dictionary on Access We need to how the table so that if the translation is English and Arabic, Arabic and English
How can design Dictionary on Access We need to how the table so that if the translation is English and Arabic, Arabic and English
Here is an example of a dictionary add-in http://www.pcesoft.com/Access-Spell-...urce-Code.html
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Very Very Thank You My Dear Teacher
My Dear Teacher Example is very beautiful, but for me I just want to select the desired tables to design Dictionary of the three languages I want you to give me the required tables so that a simple dictionary
Three languages? You only mention English and Arabic. I've never built anything like this. Possibly need only one table. Use the example database as a guide. Add another field to the table for Arabic word. Possibly you want Arabic as the default language for the database so the definitions will be in Arabic. In which case you will have to rebuild the database in Arabic.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Very Very Thank You My Dear Teacher
My Dear Teacher
I designed this table
DictionaryTable
ID FK
Arabic TEXT
English TEXT
Is this correct table ?
That looks like what I would do.
Regarding what I said about building the database in Arabic - I don't know how you will be able to display both languages in the same database.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.