From: bruce.james@... (BJ) Date: 2002-07-18T06:08:41+09:00 Subject: Re: win32ole problem with put property > So maybe you can do: > > oRecord.setproperty('StringData', '1', "new value") > > .. not sure if that'll work. Thanks, the following did the trick! oRecord.setproperty('StringData', 1, "new value")