Error Message

K

Karen53

Hi,

I have a sub form which I get this error message every time I try to
associate data from this lookup field...
Linkmasterfields property setting has provided this error - the object
doesn't contain the automation object 'tblMovies.

The Master form contains tblMovies.movieID which is set as the master link.
The Child form contains tblJoinInfo.movieID which is set as the child link.

I don't seem to be able to see why I am getting this message. Could someone
provide me with some direction?
 
G

Golfinray

Usually you would link on the same thing like ID to ID or a primary key to a
foreign key. Make sure your relationships are set properly and that you have
keys in both tables. It is not seeing that table tblmovies so it won't link.
Try checking your tables then use the subform wizard to re-create the subform.
 

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