Affichage des articles dont le libellé est query help. Afficher tous les articles
Affichage des articles dont le libellé est query help. Afficher tous les articles

Query Help

mercredi 22 avril 2015

I have a database (access 2010) that contains membership information for an organisation I am involved with.

I have a query liking Tables to view a list of offices and those people in the offices during a certain year.

My problem is that when I run the report to print out a list of the officers I need the report to include a list of the Office Title regardless of whether or not someone is holding that office that year.

EG A Private Chapter has 7 Committee Members but some chapters only have 5 people to fill them. The returns report need to be a standard which displays the complete list of offices with or without officers.

Hope this is clear. Thank you for reading

Gary
Query Help

query help

dimanche 22 mars 2015

From tableA, need a query to get to something like TableB.

TableA:


Quote:








ID, ProdID, BatchID,ProdType,inpdate, inptime, CarrierID, CarrierName, delivered, comments, fieldn,fieldn+1,location



TableB:


Quote:








ID, prodID, BatchID, MAx(inpdate+inptime), CarrierName, delivered, location

where delivered is "yes" and location is "loc1"



In Access, i tried multiple queries to get it done. I like one query that does it. It may use less resources.

query help

Labels