That did it, thanks.
Burt
Chris Petchey wrote:
> Look at the CallByName function
>
>
>
> In message <(E-Mail Removed)>, Burt
> <(E-Mail Removed)> writes
> >I have a large number of name/value pairs in a database I want to loop
> >through and assign the value to an object with the property of that
> >name. Pseudocode would be:
> >
> >while oRec.Read
> > myObject.oRec("PropertyName") = oRec("PropertyValue")
> >loop
> >
> >Is there any way to this? Many thanks for any help.
> >
> >Burt
> >
>
> --
> Chris Petchey
|