I have an editbox I'm using to display a memofield. I start out with the editbox.controlsource = myfield. Then later, depending on the option selected in an option group I may have editbox.controlsource = "". This works fine.
Later when I try resetting the controlsource to the original field I get an error stating that the controlsource has to be a variable reference (something like that; if this doesn't sound right, I'll check again). I have a number of textboxes which I'm doing the same thing to and don't get this error. Anybody know what I'm likely doing wrong? I've looked and looked and can't see a typing error; in fact I've retyped the whole thing just to be safe.
Later when I try resetting the controlsource to the original field I get an error stating that the controlsource has to be a variable reference (something like that; if this doesn't sound right, I'll check again). I have a number of textboxes which I'm doing the same thing to and don't get this error. Anybody know what I'm likely doing wrong? I've looked and looked and can't see a typing error; in fact I've retyped the whole thing just to be safe.