View Full Version : connecting form and subform


ajaymansata
01-08-2002, 10:40 PM
Hi all
I am trying to create a subform and link it with the main form.I am trying to link using an id field.I created my subform.Then i opened my main form in design view and dragged the subform in it.
Then i set the linkchild properties and the link master properties as id.
When i try to enter the data in the form i get an error message
" The link master field prperty settings as caused the error.The object does not contain the Automation object "Personal Table""
Could you please tell me what this means and how do i rectify this.
The main purpose of mine is to create multiple subforms for a main form
Ajay

mrssevans
01-09-2002, 06:29 AM
Without being able to look at the way you have these forms and tables setup I can only tell you a few things that you might check.

1. Do both of your forms contain the related "ID" and that id is part of both of the forms tables?

2. Are your tables joined together with that ID?

I hope these ideas help you trouble shoot your forms.