Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking error

Status
Not open for further replies.

Nyanzi

MIS
Mar 31, 2003
43
UG
Hi,
I am trying to link my subform to its main form. When I try to update the link child field and the link master field under the subform properties, i get the error " Can't build a link between unbound forms". When i inserted the subform, i as not given options of which fields to link it to. I have done it before but now i am failing. please help
 
This is correct. The links between the two forms are based upon table field names. Since your main form and your subform are unbound there are only controls which are not assigned a Control Source property value.

You just can't conceptually have an unbound subform on a main form. The subform has no records to link to. Your mainform has no records to link to. When you load a record in the main form manually using VBA code there are still no associated records in your unbound subform to display.

Do you see the dilema that you have created here.

Bob Scriver
[blue]Want the best answers? See FAQ181-2886[/blue]


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top