Hello to All!
To be honest am a beginner trying to learn and work with Access DB's. Am facing a problem with my Access database of members which I build for a Christian Prayer Fellowship. I am trying to make a Wedding Anniversary list from which I create Offertory envelops etc.
My DB has MemberID, MemberName, Gender, DateOfBirth, DateOfMarriage, PrayerGroup, FamilyName etc. Sometimes in a family there could be couple of members whose DateofMarriage falls on the same date. For.Eg. A married with B, C married with D, E married with F. So when I create a list the result comes like this A >B, A>D, A> F & C>D, C>F, C>B & E>F, E>B, E<D means each member will have 3 entries with 3 different wives. Out there could anyone help me to resolve this issue please. Either VBA or SQL Query.
To be honest am a beginner trying to learn and work with Access DB's. Am facing a problem with my Access database of members which I build for a Christian Prayer Fellowship. I am trying to make a Wedding Anniversary list from which I create Offertory envelops etc.
My DB has MemberID, MemberName, Gender, DateOfBirth, DateOfMarriage, PrayerGroup, FamilyName etc. Sometimes in a family there could be couple of members whose DateofMarriage falls on the same date. For.Eg. A married with B, C married with D, E married with F. So when I create a list the result comes like this A >B, A>D, A> F & C>D, C>F, C>B & E>F, E>B, E<D means each member will have 3 entries with 3 different wives. Out there could anyone help me to resolve this issue please. Either VBA or SQL Query.