
limitations in fields count ???
Mehmet
The maximum number of fields in an Access Table is 255. So your 125 fields
are well within the limit.
The error may due to some other factor.
Sukesh
Quote:
> Hi all...
> I use Access database with 125 fields in my project. When I try to
MoveNext
> or MovePrevious methods, it gives "Query is too complex" error. I think it
> occur due to fields count.
> Are there any limitations in fields count?
> Thanks...