Yes. It is a very wide Crosstab query. It draws from several tables. The
ultimate display on the form which is based on this query will have 23 days,
and several fields displaying various information, like dialysis, three
different medications, etc.
Any suggestions other than redesigning several tables, forms and adding as
subforms?
Well, there's no way around the 255 field limit in a single query. But trying
to lay out all this disparate information in one hugely complex query seems
misguided in any case! I'd be inclined to use a form with (e.g.) a subform for
dialysis information, another subform for medications, and so on. It's a lot
easier to arrange things on a screen using form design than it is in a query.
That said, I don't really know what data you're dealing with or what
appearance you're trying to create; I don't envy you, it sounds complex!