OLE problem

  • Thread starter Thread starter Kjell Harnesk
  • Start date Start date
K

Kjell Harnesk

I have an unbound OLE control on a report. How do I by code change the
path/filename that is the source for the control?
 
Hi

Ther are a few methods
Prompt (from the report's base query) for the user to input path
Base report on a form with a set of paths in a listbox
You can set some vba to select the path based on user input
etc

Can you give a little more information about what you are trying to do
ie.
Are the paths taken from the same folder
Are they stored in your DB
Are they linking to an external application (outside office)
etc



Have a look at this
http://support.microsoft.com/kb/170531
 

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

Back
Top