Results 1 to 2 of 2
  1. #1
    mdv1978 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2012
    Posts
    1

    Assigning keywords to long text fields.


    We are wanting to use Access to store the results of and analyze a survey. This survey has a lot of open-ended questions would longer text. So we would be using a larger type text field, like a memo field.

    My question is this: is there a way to assign keywords (tags) to the data of these longer text fields?

    The functionality would be like in Evernote, where you can assign keywords to each note.

    Thanks!
    Mark

  2. #2
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    Hi Mark,

    I am not familiar with assigning keywords and how that is done - but . . .
    Is assigning the keywords something that is done manually - by someone involved in analyzing the survey?

    If so - you could make a separate Table that has a field in it that will tie it back to the record in your table that has the Memo field[s] in it with the open ended answers - and also has a field in it for keywords.

    So - for instance - if you have a 'SurveyID' field in the table with the long answers - then your new table would also have a SurveyID field.
    It would also have field [you could call it 'Keyword'] in which you could put one of your keywords.
    There would be one row of data in this new table for each keyword and each row would have a SurveyID and a keyword.

    Another thing I'm not sure you have considered . . .
    Even though you have long answers in your Memo fields - it is still possible to write a Query that searches through every record in your main SurveyTable and looks for a given set of keywords in the Memo field[s].

    Also - you can create a Form in which you allow Users to select either from a pre-determined list [the programmer will determine this] of key words from one or more drop-down Combo Box controls - or just enter their own key words in one or more Text fields and then you could have a command button that executes code that searches for those keywords in the Memo fields.

    There are probably other ways too . . . depends on how you want to do it.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 12-02-2018, 11:43 PM
  2. Assigning numbers to certain fields
    By smartflashes in forum Programming
    Replies: 6
    Last Post: 01-19-2012, 05:14 PM
  3. Assigning values to Text Boxes
    By jgelpi16 in forum Programming
    Replies: 4
    Last Post: 12-11-2010, 01:26 AM
  4. Replies: 4
    Last Post: 09-22-2010, 01:47 AM
  5. Text too long, error message
    By taylormotm in forum Access
    Replies: 13
    Last Post: 06-18-2009, 07:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums