B
BillD
I have Constituents database populated with approx. 12,000 electors. I have a
Form with the necessary fields to use for looking at or changing each
electors info. I use an unbound Combo Box Dropdown to search for and select
the Elector by name and one to search for and select the Elector by address.
I would like to be able to change the Address Information for any Elector by
using a Combo Dropdown List of Addresses from the Database Table. There are
about 10 fields that I would like to change info. for when I select the
address from the dropdown list. I created a Query called "AddressChange". I
used the Wizard to find Duplicate Addresses with >1 or 1. There is a Unique
Identifier field in the Database Table for each address called
"AddressInfoId".
I created a new unbound Combo Box using the AddressChange Query where I can
bring up a list of all the addresses in the VoterInformationTable. When I
select one of these Addresses, how do I get the Combo to replace the current
Address Fields Information in the Table with the new Address information from
the Dropdown list.
I think I could use the Update Event but I do not know what the wording
should be.
I can get the AddressInfoId to change by having the Control Source set to
"AddressInfoId" from the "VoterInformationTable" This changes the
"AddressInfoId" only but not the other Address fields.
Suggestions please.
Form with the necessary fields to use for looking at or changing each
electors info. I use an unbound Combo Box Dropdown to search for and select
the Elector by name and one to search for and select the Elector by address.
I would like to be able to change the Address Information for any Elector by
using a Combo Dropdown List of Addresses from the Database Table. There are
about 10 fields that I would like to change info. for when I select the
address from the dropdown list. I created a Query called "AddressChange". I
used the Wizard to find Duplicate Addresses with >1 or 1. There is a Unique
Identifier field in the Database Table for each address called
"AddressInfoId".
I created a new unbound Combo Box using the AddressChange Query where I can
bring up a list of all the addresses in the VoterInformationTable. When I
select one of these Addresses, how do I get the Combo to replace the current
Address Fields Information in the Table with the new Address information from
the Dropdown list.
I think I could use the Update Event but I do not know what the wording
should be.
I can get the AddressInfoId to change by having the Control Source set to
"AddressInfoId" from the "VoterInformationTable" This changes the
"AddressInfoId" only but not the other Address fields.
Suggestions please.