J
James Ivey
Access Newbie. Not a programmer.
Got a Membership database with 450 members.
Got a field called Membership_Status that can be "Expired", "Active",
"Inactive", "Pending New", "Pending Active", "New Member" and "Deceased"
I would like programatically to:
1. First, go thru the whole database and change all "Expired" to "Inactive"
2. Then go thru the whole database and change all "Active" and "New Member"
to "Expired"
3. Then go thru the whole database and change all "Pending New" to "New
Member"
4. Then go thru the whole database and change all "Pending Active" to
"Active"
I know I can do it all manually using Find and Replace, but can it be done
all at once? I'm guessing this is what modules are for?
James
Got a Membership database with 450 members.
Got a field called Membership_Status that can be "Expired", "Active",
"Inactive", "Pending New", "Pending Active", "New Member" and "Deceased"
I would like programatically to:
1. First, go thru the whole database and change all "Expired" to "Inactive"
2. Then go thru the whole database and change all "Active" and "New Member"
to "Expired"
3. Then go thru the whole database and change all "Pending New" to "New
Member"
4. Then go thru the whole database and change all "Pending Active" to
"Active"
I know I can do it all manually using Find and Replace, but can it be done
all at once? I'm guessing this is what modules are for?
James