Help with Access Error

Crash_Pie

Registered User.
Local time
Tomorrow, 04:10
Joined
Feb 15, 2007
Messages
36
Can someone please decipher the following error that I have received while designing my database:

"The LinkMasterFields property setting has produced this error: 'The object doesn't contain the Automation object 'Tbl_Faults.''

I get two choices, click 'Ok' or 'Help'. When I click on help I get a blank help screen! If I click Ok, I can continue with my design.

Note: This error occurred while I was testing my database with fake data. It happened when moving from one tabbed subform to another.

Any ideas?
 
LinkMasterField, like LinkChildField, is a property of the Access subform control. It determines what fields are used to link subform data to data on the parent form. In design view open a property sheet on the subform control and set these properties manually on the 'Data' tab.
Search Access help or this forum for 'LinkMasterField' and you should have lots of stuff to read.
Cheers,
 

Users who are viewing this thread

Back
Top Bottom