"Can't build link between unbound forms" problem

  • Thread starter Thread starter BRC
  • Start date Start date
B

BRC

Acess 2000. I have a form a simple form with a subform (data sheet view) and
a combo box. I want to input and email address in the combo box and display
all clients that have that email address. (multiple clients [e.g
husband/wife] might use same email address.). I can populate combo box with
the email addresses but I can't figure out how to filter the records in the
data sheet view of the subform. When I try to set the child/master link i
get a "Can't build link between unbound forms" error. any suggestions would
be appreciated. Thanks
BRC
 
Are you attempting to use the builder/wizard? If so, don't. Just enter the
name of your combo box in the link master property and the name of the
subform field in the link child property.
 
Back
Top