I
Isaac Martin
I am fairly new to using Access and have recently completed the
creation of a database used to track individual audit results. The
audit has 28 questions, with the possiblity of leaving 2 different
comments for each question, a scoring comment or a coaching comment. I
am trying to build a query to concatenate the comments for each
question. If successful the plan is to use the query to generate a
report showing all of the scoring and coaching comments produced
within a given time period. I have been trying to start small, and
just concatenate the scoring comments for one question. I have two
separate tables which I need to relate to each other. One is named "QA
MSTM" and holds information for each individual who will need to be
audited associated with a work site and manager. The other table is
named "QA Evaluation Form" and stores the actual audit results. These
two tables are joined by a relationship which identifies the
individual being audited with the employee number common to both
tables.
I need to organize the query based on the field "Site", which is a
text field. I want the query to concatenate the comments for each site
using the field "1:01 Scoring Comment", which is a memo field (as are
all of the other comments which will also need to be concatenated).
I downloaded the example database created by Duane Hookom with the
concatenation examples based on family names and roles and imported
the module for the concatenation function into my db, but when
attempting to duplicate the example query using my tables and fields I
am receiving the error "no value given for one or more required
parameters". I have looked through many solutions offered in the
various groups, and none seem to work in my case.
As I am fairly new to access I am not completely familiar with the
appropriate terminology or sql syntax. Any help that could be offered
would be greatly appreciated!
creation of a database used to track individual audit results. The
audit has 28 questions, with the possiblity of leaving 2 different
comments for each question, a scoring comment or a coaching comment. I
am trying to build a query to concatenate the comments for each
question. If successful the plan is to use the query to generate a
report showing all of the scoring and coaching comments produced
within a given time period. I have been trying to start small, and
just concatenate the scoring comments for one question. I have two
separate tables which I need to relate to each other. One is named "QA
MSTM" and holds information for each individual who will need to be
audited associated with a work site and manager. The other table is
named "QA Evaluation Form" and stores the actual audit results. These
two tables are joined by a relationship which identifies the
individual being audited with the employee number common to both
tables.
I need to organize the query based on the field "Site", which is a
text field. I want the query to concatenate the comments for each site
using the field "1:01 Scoring Comment", which is a memo field (as are
all of the other comments which will also need to be concatenated).
I downloaded the example database created by Duane Hookom with the
concatenation examples based on family names and roles and imported
the module for the concatenation function into my db, but when
attempting to duplicate the example query using my tables and fields I
am receiving the error "no value given for one or more required
parameters". I have looked through many solutions offered in the
various groups, and none seem to work in my case.
As I am fairly new to access I am not completely familiar with the
appropriate terminology or sql syntax. Any help that could be offered
would be greatly appreciated!