How can I input more than 1 number in a field?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to input more than 1 number into a field. Everytime I do
this it gives me an error.
 
Hi

Can you give an example of the type of number your are trying to enter
ie.
123
1.23
12.1234

Also what is the format of the field (look in the table)

All of these bit of information would be useful
 
Could it be that the field is really text and only 1 character in size?
 
I need to be able to input more than 1 number into a field. Everytime I do
this it gives me an error.

In addition to the suggestions from Wayne and Bill... note that fields
in a database are designed to be "atomic". If you're trying to store
two pieces of information in one field (especially a Number datatype
field) DON'T! It's simply *incorrect design* to do so. You may need
another Table.

John W. Vinson[MVP]
 
If the field is defined as numeric, it will complain at the first space
that you are trying to put in there.

one numeric field equates to one numeric value.
NO Exceptions.

Ron
 

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

Back
Top