Import Problem

M

Muneer Mikel

I have a database and it used to work fine. I made a copy of it, and I made a
small change in one of it's forms "frmTools". When I import frmTools from the
copied database to the original one after deleting the old frmTools, I get
the complie error "Method or data member not found" when I click the save
button on frmTools. When I click on the properties of frmTools and open the
record source (which is a query), then close, it asks me if I wanna save the
changes, then frmTools works fine!!
It seems that when importing the new frmTools, the objects on it loses the
link to the source query!! Is there an easier way to fix this?!!

Thanks,
Muneer Mikel
 
Top