Enter Keywords:
1 - 10 of 187(0.031 seconds)
Sort By:
 
I have 2 tables in database with one-to-many relationship (actually one-to-two). I built crosstab query on the tables. Now when I want to show the query in DBGrid I have a problem:I cannot defi...
Zones: Delphi ProgrammingDate Answered: 12/23/1999 Rating: 8.4 Views: 0
I have a table that I want to build a "crosstab" query from.  MSAccess has this ability using the "PIVOT" command, but I need a standard SQL way of doing it (I am using Interbase SQL Server). Th...
Zones: DatabasesDate Answered: 01/23/2000 Rating: 6.2 Views: 0
hello experts! Can anybody help me on creating a crosstab query on SQL?I dont know if this is possible in SQL but in MS Access, it can be done. This is what i want to appear on the results:    ...
Zones: MS SQL ServerDate Answered: 05/25/2000 Rating: 6.6 Views: 0
I have sales data in a table by customer. I wish to produce a query that shows the data by month.   My date field is called [TransDate]. The problem is that the year needs to run from 1st...
Zones: MS AccessDate Answered: 11/25/2000 Rating: 7.4 Views: 0
I have a table containing date related data (e.g. a sales log).  I can easily write a query that tells me all the sales that occured before a given date.  I can write a crosstab query that shows ho...
Zones: MS AccessDate Answered: 07/14/2002 Rating: 9.0 Views: 0
Access 97 I am trying to create a crosstab query that uses criteria specified from a combo box on a form. What I am doing is this. I have created a report that is based off the Crosstab quer...
Zones: MS AccessDate Answered: 02/03/2003 Rating: 8.6 Views: 0
I have two crosstab queries - Balance and Rate. Both of the queries contain Branch field (key). Balance query contains balances for the next 4 weeks (name of the columns are 1, 2, 3, 4) and Rate qu...
Zones: MS AccessDate Answered: 09/03/2004 Rating: 8.2 Views: 0
Hi I am trying to do cross tab query for monthly production: and my problem is that when I do monthly, I only want to do 2004, not 2003, it is calculating altogether.... how do I solve this? ...
Zones: VB ControlsDate Answered: 11/10/2004 Rating: 7.6 Views: 0
Hi, I'm using this sproc http://www.sqlteam.com/item.asp?ItemID=2955 to make a crosstab query. It works very well, but is giving me too much data. The problem is that it generates a column for...
Zones: MS SQL ServerDate Answered: 03/01/2005 Rating: 7.8 Views: 0
From this table: AccountNo: Long Date:         Date/time Pmt:          Currency I can create a crosstab query resulting in this: AccountNo  01/03    02/03    03/03    04/03 ...         10...
Zones: MS AccessDate Answered: 09/30/2005 Rating: 7.4 Views: 0