Entering Data In Form Field

D

Debbie Pringle

I have a zip code field in my form. It is a lookup to my ZipCode
Table. When I tab to the zip code field and start typing, it defaults
to the end of a zip code number. For example, when I type "1", it
defaults to the first 1 in the list and then puts my cursor at the end
of the 5 numbers making me having to delete the 5 digits before I can
type in the actual 5 digit zip code. Hope this makes sense. Can anyone
help me with this issue?
Thanks!
 
J

John Spencer

What are the field types? Hopefully you have the zip code fields defined as
TEXT and not number. You don't add, multiply, divide, subtract or perform
other math functions on a zip code, so it is not really a NUMBER it is a text
value that consists of number characters.

So if the field is defined as a number in either table , try changing it to text.


John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County
 
D

Debbie Pringle

It is set at text.


What are the field types?  Hopefully you have the zip code fields defined as
TEXT and not number.  You don't add, multiply, divide, subtract or perform
other math functions on a zip code, so it is not really a NUMBER it is a text
value that consists of number characters.

So if the field is defined as a number in either table , try changing it to text.

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County



- Show quoted text -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top