Question on OLE Object fields (1 Viewer)

hammerva

Registered User.
Local time
Today, 13:19
Joined
Dec 19, 2000
Messages
102
Hello again. Is it possible to move data from an OLE Object field to another OLE Object field. I am trying to run this function that takes the description field from one table and moves it to another field that is also an OLE Object data type. But when I do the following:

rs.Edit
rs!Time_Description = rsold!Time_Description
rs.Update

The Time_Description in the updating data set is blank. It doesn't look like the OLE Object was copied. I was wondering if maybe I am not allowed to move OLE Objects to OLE Objects.


Thanks for any help
 

Users who are viewing this thread

Top Bottom