I have about 2000 members. Some have had address updates, so they have more than 1. I need to single out just 1 address for each member, using their most recent address update date.
Tables:
tblmembers:
ID (PK Autonumber)
MembID - Their acct #
MemberName
tblAddress:
ID (PK Autonumber)
memb - lookup to tblmembers ID
add1
add2
city
state
zip
addchangedate
even the original address has an address change date. What I need is 1 listing for each membId - account number. If that member has more than 1 address, I need just the most recent addchangedate.
Can anyone help with the query?
Thanks!
misscrf
It is never too late to become what you could have been ~ George Eliot
Tables:
tblmembers:
ID (PK Autonumber)
MembID - Their acct #
MemberName
tblAddress:
ID (PK Autonumber)
memb - lookup to tblmembers ID
add1
add2
city
state
zip
addchangedate
even the original address has an address change date. What I need is 1 listing for each membId - account number. If that member has more than 1 address, I need just the most recent addchangedate.
Can anyone help with the query?
Thanks!
misscrf
It is never too late to become what you could have been ~ George Eliot