Search results

  1. H

    Result changing when tables added to FROM

    Cartesian Join: Result changing when tables added to FROM Hello Friends, Below are 2 quries, both are same with only difference is added table in FROM SELECT [TableA].Storename, Sum([TableA].[Sum Of Total]) AS [SumOfSum Of Total], Sum([TableA].[Sum Of Q1 Revenue]) AS [SumOfSum Of Q1 Revenue]...
  2. H

    Information needed regarding shifting from excel to access

    Hi Team, I am a new guy to access. We are planning to shift all excel reports to MS Access. We have created a big excel template with around 15 tabs which calculates daily sales generated as summary. We manually copy-paste data in each different tabs, which then calculates required fields...
  3. H

    Run query for particular records if a condition is met

    Hello Friends, I am trying build a logic for running queries if specific condition is met. Basically I have a database of 5000 contractors for which I want to calculate rate. There is a 'Rate table' which have rates for 70% people but not for all. So I am calculating rates for rest of people...
  4. H

    Enter Parameter Value Error for Alias field

    Hello Friends, I facing problem while calculating a new field. I want to calculate a new field M4 which is --> 19* [SUM OF M1] This 'SUM OF M1' is summary of M1 field. Though its already present access is again asking me by throwing 'ENTER PARAMETER VALUE: SUM OF M1' Help is much appreciated.
  5. H

    Union query merging issue

    I am facing a issue in Union query. I am trying to merge 2 query results. Both results have 6 columns. Last column is 'Salary0' in 1st query and 'Salary1' in 2nd query. But after union, both are columns are getting merged under header of 'Salary0'. I want both to remain as separate columns...
  6. H

    Query for fetching records similar to 'Concatenated Key' function in Excel

    I am working on a project of excel transformation. In excel we have columns Emp Id (A), Project Id (B), Project Role (C ), Location (D) and Salary. We have salary almost all a employees. But for those we do not have we calculate salary taking average of B,C,D / C,D / D. We want only one salary...
Back
Top Bottom