Moving OLE Based Control

F

Frank Wagner

I have a control that is bound to an OLE object in a table. When i try to
reposition the control with the command Me.ObjectName.Left = 4000, it does
not compile. The error message "Invalid Qualifier" appears. In addition,
when I normally enter the period after the name of the object such as
Me.ObjectName. a list of optional commands comes up. For this control, it
does not.

Could anyone help with with the problem of not being able to access the
properties of this control. I use Access 2000.

Thanks
 
G

George Nicholson

What's the control? Are you sure its compatible with Access Forms (not all
controls are). Do you have a reference set to the control's object library
to allow you to reference its properties?
 
F

Frank Wagner

I had a table with an OLE field in it. When I clicked on auto-form it
created this control that shows the line drawing that I created in Paint. In
the heading of the properties list, it is called a "Bound Object Frame:
Picture". Picture is the name I gave the control. I'm not sure how to
describe it other than that. With regard to references, I'm not sure what
reference to add other than the standard references that open with Access
2000.

Let me know if there is anything else specifically that I can add to its
description.

Thanks
--
Frank Wagner
(e-mail address removed)


George Nicholson said:
What's the control? Are you sure its compatible with Access Forms (not all
controls are). Do you have a reference set to the control's object library
to allow you to reference its properties?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top