Questions tagged [ms-query]

Microsoft Query is a program for retrieving data from external sources into other Microsoft Office programs — in particular, Microsoft Excel

Microsoft Query is a program for bringing data from external sources into other Microsoft Office programs — in particular, Microsoft Excel. By using Query to retrieve data from your corporate databases and files, you don't have to retype the data you want to analyze in Excel. You can also update your Excel reports and summaries automatically from the original source database whenever the database is updated with new information.

Types of databases that you can access

You can retrieve data from several types of databases, including Microsoft Office Access, Microsoft SQL Server, and Microsoft SQL Server OLAP Services. You can also retrieve data from Excel workbooks and from text files.

Microsoft Office provides drivers that you can use to retrieve data from the following data sources:

  • Microsoft SQL Server Analysis Services (OLAP provider)
  • Microsoft Office Access
  • dBASE
  • Microsoft FoxPro
  • Microsoft Office Excel
  • Oracle
  • Paradox
  • Text file databases
170 questions
-1
votes
1 answer

Creating Pivot table and chart with multiple worksheets

I'm facing a problem regarding creating Pivot table and chart with multiple worksheets. I have already created a pivot table and chart using Microsoft Query. I followed the steps from this blog:…
Yin
  • 395
  • 4
  • 6
  • 16
-1
votes
3 answers

How to use this Query in Excel? Is the query wrong or just Excel not powerful enough?

SELECT Orders.PO_No, Orders.Order_No FROM DBase.dbo.Orders Orders Where Orders.PO_No = (Select Top 1 Orders.PO_No From Orders Where Order_No = ?) if i specifically use SELECT Orders.PO_No, Orders.Order_No FROM DBase.dbo.Orders Orders Where…
user2140261
  • 7,855
  • 7
  • 32
  • 45
-2
votes
1 answer

Grouping/Summing query in Access DB

I have a table with multiple fields that I am grabbing information from (8 to be specific) but within this query I need to group on one field (ID's) and sum two other fields separately (Units, MV). I can pull all the information together in 2-3…
-3
votes
1 answer

MS QUERY Syntax correction

Currently I have this query running for me SELECT `Sheet1$`.ACCT_CODE, `Sheet1$`.ACCTG_DATE, `Sheet1$`.AGENT_NO, `Sheet1$`.BAL_BOOK_CODE, `Sheet1$`.JRNL_ID_NO, `Sheet1$`.PRODUCT_CODE, `Sheet1$`.SOURCE_SYSTEM_ID, `Sheet1$`.`SUM(DR_CR_AMOUNT)` FROM…
-5
votes
1 answer

How do i add percentage an Access query?

My teacher wants us to add 10% to the net income in our query and he told me he can't help us in out projects but I don't understand how to do that?the picture shows the query I am attempting to change
BIGK
  • 1
  • 1
1 2 3
11
12