Hey guys,
My main switchboard form is unbound. I would like to add a large text box in the bottom that so my users can write notes down. Think of it like a whiteboard. I trust all 5 users, so I don't care about time stamps or restricting permissions. I want anyone to be able to edit, add, or delete text in the note. I don't want multiple records.
I tried to bind the form to a table, and made the field a memo. Worked as I wanted, but I couldn't really think of how to restrict the enter key from creating a new record.