P
Pat Dools
Hello,
I am developing a research 'form tracking' database. What the end user
wants to track is 3 things for EACH form:
1) Whether or not the research form has been received (Yes or No)
2) Whether data entry person #1 has entered it into the proper database
3) Whether data entry person #2 has entered it into the proper database
The problem is that the user literally wants to see these 3 pieces of info.
under each form and have each form name on the report from left to right and
there are almost 40 forms. The user wants to be able to quickly scan what
has been received and what has been entered.
For each form: My initial thinking is to say if 'Received' field is
checked, then show 'x', else show an 'o' for #1 above.
Then, for #'s 2 & 3 above if 'Data Entry Initials' are filled in (i.e., Not
Null) then show a '1', else, show a '0'.
So, ultimately, the report resembles a spreadsheet that shows a form name in
the column header, and these 3 pieces of info. directly underneath for each
form. The user has actually been doing this in a spreadsheet, but the
process has been totally manual, and now wants to use Access to automatically
generate this report.
But, let's say I have 40 forms, then I have 120 calculated fields in my
query that will supply the data for my report!! Is this simply beyond the
scope of Access reporting?
Is there any reasonable way around doing this massive amount of calculating
each time the report is refreshed? Does anyone know the max. number of
fields that can be used in a query?
Any help on simplifying this would be greatly appreciated!
Thanks.
I am developing a research 'form tracking' database. What the end user
wants to track is 3 things for EACH form:
1) Whether or not the research form has been received (Yes or No)
2) Whether data entry person #1 has entered it into the proper database
3) Whether data entry person #2 has entered it into the proper database
The problem is that the user literally wants to see these 3 pieces of info.
under each form and have each form name on the report from left to right and
there are almost 40 forms. The user wants to be able to quickly scan what
has been received and what has been entered.
For each form: My initial thinking is to say if 'Received' field is
checked, then show 'x', else show an 'o' for #1 above.
Then, for #'s 2 & 3 above if 'Data Entry Initials' are filled in (i.e., Not
Null) then show a '1', else, show a '0'.
So, ultimately, the report resembles a spreadsheet that shows a form name in
the column header, and these 3 pieces of info. directly underneath for each
form. The user has actually been doing this in a spreadsheet, but the
process has been totally manual, and now wants to use Access to automatically
generate this report.
But, let's say I have 40 forms, then I have 120 calculated fields in my
query that will supply the data for my report!! Is this simply beyond the
scope of Access reporting?
Is there any reasonable way around doing this massive amount of calculating
each time the report is refreshed? Does anyone know the max. number of
fields that can be used in a query?
Any help on simplifying this would be greatly appreciated!
Thanks.