I have a table with one of the fields as hyperlink to store saved email messages. While I can drag and drop the saved message from a folder into each record, it would be nice to do it in an unbound textbox (in a Form) and update all the records in the table at one time. I tried creating a textbox and set Is Hyperlink to yes but it won't accept drag & drop. What's the correct way of doing it? Thanks.