Greetings,
I am a beginner and I'm working on a office chat dbase for learning purposes. In a perfect world I would be able to achieve what I wanted with a continuous form that the message field "can grow". This is because I would really like to have a multiline capability for the message. The table structure I have worked out is a "message" "conversation ID" and "date/time" field. I will filter the form with the "conversation ID" and sort by the "date/time" field. The only other way I figure to get the multiline capability I want is to query the all "conversation ID" results into one field and put it into a textbox. Because I am a beginner I understand that what I am asking for may not be the best solution so I am totally open to any other approach. A big thanks for any assistance.