Numeric Field Overflow Error

D

Dkline

"Numeric field overflow. (Error 3349) The data in a Btrieve field is too
large to represent in your application."

All of a sudden I'm getting the above error message. The query has about 100
records in it. It is the "Row Source" for a combolistbox. I've done a few
times before but today - delivery day - it decides to be difficult.

I'm mystified as to what the problem really represents.
 
B

Bill Taylor

change the combobox's underlying fields numeric field size to the type
double. this should hold the data being retreived.
 
D

Dkline

The values are text e.g. "Smith Brothers Investments"? Does Access convert
that to numeric to make its matches?

Sorry if I sound grumpy but this has really frustrated me this morning.
 

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