Old Reference?

S

sturner333

I have a form that did load a picture file but I deleted that object. Now
every time th e form loads, I get an 'Enter Parameter Value' popup for
'form.pictureFile. I can't find a reference to this in code or objects. Help
on finding this please!
 
K

kingston via AccessMonster.com

Did you check the control's properties? It's not clear whether you have a
simple image control or a bound object. If the control checks out, see if
the form has code that runs when it opens. HTH
 
S

sturner333

The object used an image and the file path of that image was in the query
that populated the form. I now find if I put the "pictureFile' column back in
the query, I don't get the error. The thing is I no longer have an object or
code that references the 'pictureFile'.
 
K

kingston via AccessMonster.com

Set the field in your query to an empty value:

pictureFile: ""

I don't think that performance will suffer greatly.
The object used an image and the file path of that image was in the query
that populated the form. I now find if I put the "pictureFile' column back in
the query, I don't get the error. The thing is I no longer have an object or
code that references the 'pictureFile'.
Did you check the control's properties? It's not clear whether you have a
simple image control or a bound object. If the control checks out, see if
[quoted text clipped - 4 lines]
 
Top