If you have more than one field to use for the link, you type the names of
the fields separated by a semi-colon:
CaseID; partyType
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"FilemakerPro_Developer" <(E-Mail Removed)>
wrote in message news:9BABE35E-45E4-4AA4-9C30-(E-Mail Removed)...
>I have caseID-->caseID relationship from cases to evaluations.
>
> There is a partyType field in both tables. I need two relationships to
> child
> file
> one for typeA and one for typeB. CaseID +TypeA and CaseID + Type B. In
> the
> data entry subform the user can choose a list box showing which type as
> they
> create new records. I think I only need one subform for data entry
> because
> the type field captures the type on each datasheet. Later I can display
> the
> data for each type in separate subforms?
>
> In any case,I have the CaseID::caseID relationship but can't figure out
> how
> to link the type fields?
>
> Someone said you can link the master field and child field in the subform
> linking properties. I went to control source in the subform and typed
> CaseID
> + partyType
> and I did the same in the master form. I still can't enter data in the
> form.
>
>
> tia,
>