Stopping a field from "auto-populating"

  • Thread starter Thread starter James Ivey
  • Start date Start date
J

James Ivey

Access 2007

I created a form about a year ago in Access 2003, and somehow fixed it to
where it would automatically populate a field as your entering data. The
field name is "Country/Region" and as you are entering new records, it
auto-populates with "United States"

How do I turn that off? Can't seem to find it anywhere.

James
 
Access 2007

I created a form about a year ago in Access 2003, and somehow fixed it to
where it would automatically populate a field as your entering data. The
field name is "Country/Region" and as you are entering new records, it
auto-populates with "United States"

How do I turn that off? Can't seem to find it anywhere.

James

Can't see your computer, but the most likely place to look is at that
control's Default Value property. Check both the table field's
property and the control's property.
 
Check the table field and/or the form control properties. You probably
have "United States" set as the default value.
 
Back
Top