EbillzNotesDataContext
var
where (p.CustomerCode == cuscode) && (p.FieldID == Convert.ToInt32(27))
select p).FirstOrDefault();
t.FieldValue = "PAYMENT PLAN"
t.LinkID = " Customer"
EB.SubmitChanges();
I'm only trying to update the table, not insert a new record????
Thanks for your help
Anthony