Overflow ploblem in Union Query (1 Viewer)

muratas2

Registered User.
Local time
Today, 07:47
Joined
Jan 18, 2000
Messages
16
Hi,

I have a union query. I tried to union it whit another query output building a new union query. Although all the fields are matching, I'm receiving "OVERFLOW" error! This is the first time I'm facing this, where am I wrong? What can be the possible causes?

Thanks in advance

Murat
 

MattGilbert

Registered User.
Local time
Today, 07:47
Joined
Mar 24, 2000
Messages
12
You might get this message if one of your fields is returning more than 254 characters - e.g. the data from a memo field. 254 seems to be a maximum.
 

Users who are viewing this thread

Top Bottom