Advertisement

1 - 7 of 7 containing alltags:("Office  access query") (0.002 seconds)
I have a main form with 3 subforms.  On the main form is an employee.  In (Coder Reviews subform2) the Reviewer would pick a record.  When picked another subform (tblReviews subform1) shows a list ...
Zones: SQL Syntax, Windows 64-bit, A...Date Answered: 02/28/2008 Grade: A Views: 0
SELECT       DISTINCTROW Person.Name,       ActionDesc.ActionName,       Action.Time FROM Person INNER JOIN ([Action] INNER JOIN ActionDesc ON Action.ActionID = ActionDesc.[Action#]) ON Person.WindowsID = ...
Zones: MS Software, MS Access, SQL SyntaxDate Answered: 03/11/2008 Grade: A Views: 0
i have a set of data (below) Name      TASK      QTY      Month_Year X      LETTERS      21      Jan-08 Y      LETTERS      42      Jan-08 X      LETTERS      71      Jan-08 Z      LETTERS      41      Jan-08 X      LETTERS      43      Jan-08 Z      LETTERS      12      Jan-08 X      LETTERS      53      ...
Zones: Ms Office Suite, SQL SyntaxDate Answered: 04/04/2008 Grade: A Views: 0
Is there a single step process to query Access when my database stores information as different units of measure? That is to say, I have a Customer table with two records as follows: Customer...
Zones: MS Access, SQL SyntaxDate Answered: 08/21/2008 Grade: A Views: 0
I am sending a series of reports by e-mail, with an Excel attachment. So I am looping through my code using DoCmd.SendObject followed by an update query that tracks and records when the report has ...
Zones: SQL Syntax, MS AccessDate Answered: 08/22/2008 Grade: A Views: 0
I am running a select query in Access and I need to calculate the sum of a value but show a different format depending on the Unit of Measure. For example, If the sum of the numerical value in t...
Zones: SQL Syntax, MS AccessDate Answered: 08/24/2008 Grade: A Views: 13
Hi,*!!! SELECT CCZ_CCZ450_INVOICE.INVOICE_ID, CCZ_CCZ450_INVOICE.INVOICE_NO, Max(CCZ_CCZ050_STATUS_HIST.STATUS_DT) AS STATUS_DT, CCZ_CCZ050_STATUS_HIST.STATUS_CD_ID FROM CCZ_CCZ050_STATUS...
Zones: SQL Syntax, Databases, MS AccessDate Answered: 03/13/2008 Grade: B Views: 0
  • 1