G
Guest
I need to develop a complex form and am having a couple difficulties. I
normally use VFP, but this particular application requires Access, so I am
struggling a bit.
The application has do main challenges. First, the data is stored in a
normalized fashion, but needs to be displayed/edited in a pivot table format.
I.E. the table is organized like:
dept # Text 4
Month Text 3
Sales Goal Currency
The form needs to be in the format
Dept 1000
Jan Feb Mar .... Nov Dec
Sale Goal 100 150 120 .... 75 80
The other challenge is the number of columns required. The seems to be a
limit of 255 columns per query and I will need well beyond that number of
columns. I VFP, I can have multiple tables open per form, is that possible
with Access? Most of the data is for display only, so I could problably use
a dlookup functions to populate the data instead of including it in a query.
Any suggestions or tips on how to proceed will be very much appreciated.
normally use VFP, but this particular application requires Access, so I am
struggling a bit.
The application has do main challenges. First, the data is stored in a
normalized fashion, but needs to be displayed/edited in a pivot table format.
I.E. the table is organized like:
dept # Text 4
Month Text 3
Sales Goal Currency
The form needs to be in the format
Dept 1000
Jan Feb Mar .... Nov Dec
Sale Goal 100 150 120 .... 75 80
The other challenge is the number of columns required. The seems to be a
limit of 255 columns per query and I will need well beyond that number of
columns. I VFP, I can have multiple tables open per form, is that possible
with Access? Most of the data is for display only, so I could problably use
a dlookup functions to populate the data instead of including it in a query.
Any suggestions or tips on how to proceed will be very much appreciated.