Record auto fill

  • Thread starter Thread starter cneeley
  • Start date Start date
C

cneeley

I would like to have the form complete a record upon entry
of the info in the Primary Key field. I know this has
been done many times and I am not able to recreate that
particular wheel.

My system is:
tblComplaintAddress, frmComplaintAddress, ComplaintAddress
ComplaintAddress is the primary key for the table as well
as the field name. After update of ComplaintAddress I
would like field ComplaintCity of the same path to
autofill.

Can someone give me code to do this?
 
Cneeley,

Where is this autofill functionality supposed to get the related
ComplaintCity data from? Do you have a "master list" of addresses and
cities?
 
Back
Top