Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Update a text field in SQLServer 2000

    Hi...

    Try this:

    Update PatientTable

    Set Notes = 'NOTES' + ' This is a new TEXT Message'

    Where PatientId =

    (Select PatientID From PatientVisitTable

    Where TicketNumber = 9)

Viewing post 1 (of 1 total)