form data error - fieldsize or type

G

Guest

Hi,

I have a form that is popping-up (3 times) with an invalid data error - text
in numberic or field length greated than setting allowed. How can I find the
field that is the problem - should be simple to spot, but it isn't. The form
has an unbound combo box that displays all the fileds associated with one
"Task" in my Task table. The fileds were added to the form by dragging them
from the Filed List.

Lisa
 
J

John Vinson

Hi,

I have a form that is popping-up (3 times) with an invalid data error - text
in numberic or field length greated than setting allowed. How can I find the
field that is the problem - should be simple to spot, but it isn't. The form
has an unbound combo box that displays all the fileds associated with one
"Task" in my Task table. The fileds were added to the form by dragging them
from the Filed List.

Lisa

Do you have any Lookup Fields in your table? If so, they may be the
culprit. A Lookup Field will appear to contain text, but actually
contains a concealed numeric ID.

John W. Vinson[MVP]
 
G

Guest

There is a Lookup Fields in the table - for a status code - what exactly does
it do - the field displays as a number, but the Lookup FIled is test. I will
try to simply remove the Lookup Field, but since I inherited the schemas, I
am not sure why they were used in the first place.

Lisa
 
G

Guest

Maybe I do not have a Lookup Fields in the table - what I have is text box
as the display control for all numbers and text fields......any other ideas??

Lisa
 
G

Guest

I have found the field with the problem ---- an unbound combo box - it has a
query with 2 fields, a id and a title, I want the title to display and the id
to be invisible, but I will try to switch them so you don's see the
id.....maybe that will work.

Lisa
 

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