I am trying to figure out the best methods to have a user creat a field in a table which is link to a piece of text that the user is prompted for. Simply the steps are: Existing table: Exiting Text: (user is prompted to select existing text entitiy) (user is prompted to select which cell in existing table) Then the code will create a field (text contents) in the selected cell that references the selected text entity This should be easy right? Having a bugger of a time getting the field code to work inside the cell. I was looking into gathering the ObjectID# of the selected text, then placing that in the Field code as a variable. Not sure where to go. I cannot find to much in the help files... Thanks.