niceguy606
MIS
Hi
i have a table where i have 2 columns
table
AutoID(int) ServiceNotes(Text)
1 Visit-1:Test1
Visit-2 Test2
2 Visit-10:test3
whenever insert a row into this table.It should put the first notes in first line and whenever i add more notes it should go to next line in the ServiceNotes column
how to do it
pls let me know
thanks
i have a table where i have 2 columns
table
AutoID(int) ServiceNotes(Text)
1 Visit-1:Test1
Visit-2 Test2
2 Visit-10:test3
whenever insert a row into this table.It should put the first notes in first line and whenever i add more notes it should go to next line in the ServiceNotes column
how to do it
pls let me know
thanks