Hi,
I tried searching for an answer, but with no luck.
My problem is with linking master/child forms.
What I want the subform to do is to show me a list of records that have the same "GroupID" as the master form. To do that I set the link properties to:
Link Master Fields = "GroupID"
Link Child Fields = "GroupID"
This works perfectly fine! Now I wanted to take it a step further and add another link so now I have this:
Link Master Fields = "GroupID;LastName"
Link Child Fields = "GroupID;LastName"
Now what (I figured) Access does is show me the records where the "GroupID fields match AND where the LastName fields match". But what I really wanted was that it displays the records where the "GroupID fields match OR where the LastName fields match".
Can anybody suggest something?
Thanks
Luke
I tried searching for an answer, but with no luck.
My problem is with linking master/child forms.
What I want the subform to do is to show me a list of records that have the same "GroupID" as the master form. To do that I set the link properties to:
Link Master Fields = "GroupID"
Link Child Fields = "GroupID"
This works perfectly fine! Now I wanted to take it a step further and add another link so now I have this:
Link Master Fields = "GroupID;LastName"
Link Child Fields = "GroupID;LastName"
Now what (I figured) Access does is show me the records where the "GroupID fields match AND where the LastName fields match". But what I really wanted was that it displays the records where the "GroupID fields match OR where the LastName fields match".
Can anybody suggest something?
Thanks
Luke