Form/Sub-form error

J

JWCrosby

A form/sub-form that was working has quit working. I'm
getting this error: "The LinkMasterFields property setting
has produced this error "The object doesn't contain the
Automation object 'StudentData."

Here's the details.

The main form is based on a query which contains all the
data from the StudentData table, including its PK
[StudentID]

The subform is based on a table, which has a foreign key
called [StudentID]. The two tables have a one-to-many
relationship.

The settings on the subform are:
LinkChildFields: StudentID
LinkMasterFields: StudentData.StudentID

I get the error message above when I attempt to add data
to the subform. I can't figure out why it isn't working
now.

Any help?
 
G

Guest

I am having the exact same problem and it is driving me crazy. Any further info, it will not allow me to change the name of the Masterfield property.?

----- JWCrosby wrote: ----

A form/sub-form that was working has quit working. I'm
getting this error: "The LinkMasterFields property setting
has produced this error "The object doesn't contain the
Automation object 'StudentData.

Here's the details

The main form is based on a query which contains all the
data from the StudentData table, including its PK
[StudentID

The subform is based on a table, which has a foreign key
called [StudentID]. The two tables have a one-to-many
relationship

The settings on the subform are
LinkChildFields: StudentI
LinkMasterFields: StudentData.StudentI

I get the error message above when I attempt to add data
to the subform. I can't figure out why it isn't working
now

Any help
 

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