Hello everyone,
I've been working with Access for about a month now and, I'm learning new things everyday. This forums has been a great help to me.
I'm kind of stumped right now. This question might seem simple enough but for the life of me, I cannot find a resolution to it. Here goes
I have one table very similar to this below
tblInstallations
IDpk userID applicationID TransferLink 1 5 1 0 2 6 1 0 3 7 2 2 4 8 1 1
I created a split form which displays the datasheet on bottom.
Is there a way to only display the records that match in ID and TransferLink? So the output would look like this:
Only shows the records that have matching value in ID and TransferLink.
ID userID applicationID TransferLink 2 6 1 2 1 5 1 1
This seems like it should be easy, I just cant figure it out.
Thanks in advance for any help.