Not being very proficient at access I am at a loss for where to start at this task.
I also am not very adept at vba (C++ is my environment) .
My SQL is not to advanced.
I have a database that tracks a group of welders and their
welds. The purpose is to be able to check quickly whether
a particular welder has exceeded his or her number of
allowable bad welds. Termination occurs rather quickly.
(not my problem)
I am able to generate reports of individual welders and by
date ranges also. The task I have been given is to
generate a report that lists all the welders and the number
of Repairs that were necessary for each welder.
Report fields for each welder
1- number of welds
2- number of repairs to individual welds
3- percentage of repairs
4- date range
any help as to were to start would be appreciated.
Other than exporting the table to paradox format and
writing the code in C++ I don’t have a clue.
thanks in advance
I also am not very adept at vba (C++ is my environment) .
My SQL is not to advanced.
I have a database that tracks a group of welders and their
welds. The purpose is to be able to check quickly whether
a particular welder has exceeded his or her number of
allowable bad welds. Termination occurs rather quickly.
(not my problem)
I am able to generate reports of individual welders and by
date ranges also. The task I have been given is to
generate a report that lists all the welders and the number
of Repairs that were necessary for each welder.
Report fields for each welder
1- number of welds
2- number of repairs to individual welds
3- percentage of repairs
4- date range
any help as to were to start would be appreciated.
Other than exporting the table to paradox format and
writing the code in C++ I don’t have a clue.
thanks in advance