Dim
If I attempt to set the value of a field (i.e. a Column) in a List, the complier complains that:
Property 'Item' is 'ReadOnly'
Anyone know why I shouldnt be allowed to do it this way?!
UPDATE: the following code is what I was looking for...
docItem("Category") = "General" docItem.Update()
Remember Me
a@href@title, strike
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.