R
Ryan
I am new to Acccess, but I have been searching them boards for quite a while
and have not found the info for my situation. I want to be able to do this
in Access without VB if possible. If it requires VB, then I will please tell
me and I will learn the necessary VB to do it.
I have a table of Bank Branches with each record being a unique branch of a
bank. The relevant fields for my query are Bank ID (BKID), Branch ID (BRID)
and Branch County (BC). I need to be able to query for a particular bank
which will return all branches of that bank and their respective counties. I
then want to "re-query" for the list of all branches of all banks in those
counties. In other words: query for a specific BKID returns list of BRID and
BC - that list of BC becomes new query criteria that returns new list of
BRIDs which are all banks that are in the counties of the branches of the
original bank.
Thanks for any responses and I apologize if this is a something simple I
should know.
and have not found the info for my situation. I want to be able to do this
in Access without VB if possible. If it requires VB, then I will please tell
me and I will learn the necessary VB to do it.
I have a table of Bank Branches with each record being a unique branch of a
bank. The relevant fields for my query are Bank ID (BKID), Branch ID (BRID)
and Branch County (BC). I need to be able to query for a particular bank
which will return all branches of that bank and their respective counties. I
then want to "re-query" for the list of all branches of all banks in those
counties. In other words: query for a specific BKID returns list of BRID and
BC - that list of BC becomes new query criteria that returns new list of
BRIDs which are all banks that are in the counties of the branches of the
original bank.
Thanks for any responses and I apologize if this is a something simple I
should know.