Creating a customized dictionary of related English verb tenses.

JohnCTX 636 Reputation points
2021-04-11T14:35:30.75+00:00

I have this screenshot below:
86583-dictionary-of-related-verb-tenses.png

What I want to perform next is to create a customized pop-up menu which relates to the verb tenses.

Regards,

JohnCTX

Developer technologies | Visual Basic for Applications
{count} votes

Accepted answer
  1. Tom van Stiphout 1,861 Reputation points MVP Volunteer Moderator
    2021-04-12T13:31:00.637+00:00

    I don't know where you want to take this, but if SQL Server is an option, check out the Contains keyword: https://learn.microsoft.com/en-us/sql/t-sql/queries/contains-transact-sql?view=sql-server-ver15
    CONTAINS can search for:

    A word or phrase.  
    
    The prefix of a word or phrase.  
    
    A word near another word.  
    
    A word inflectionally generated from another (for example, the word drive is the inflectional stem of drives, drove, driving, and driven).  
    
    A word that is a synonym of another word using a thesaurus (for example, the word "metal" can have synonyms such as "aluminum" and "steel").  
    
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.