I have looked for hours trying to find a working solution for something that seems so simple.
I have a form called Enquiries
In the Enquiries form is a subform called enquiry notes
I have added an unbound textbox so users can add notes to enquiries
Notes are stored in a table called tblEnquiryNotes, along with UserID and bound by EnquiryID.
Essentially I'm after a comment system similar to facebook, type message, hit enter and it's there.
I'm struggling, please help
I have a form called Enquiries
In the Enquiries form is a subform called enquiry notes
I have added an unbound textbox so users can add notes to enquiries
Notes are stored in a table called tblEnquiryNotes, along with UserID and bound by EnquiryID.
Essentially I'm after a comment system similar to facebook, type message, hit enter and it's there.
I'm struggling, please help