473,418 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

Error on a CrossTab

I am getting an error when I try and attach a cross tab query to the following query:

Expand|Select|Wrap|Line Numbers
  1. SELECT [CIO Scorecard All Open Risk].IDCount, [CIO Scorecard All Open Risk].[Line of Business], [CIO Scorecard All Open Risk].[Criticality of Risk], [CIO Scorecard All Open Risk].Database, [CIO Scorecard All Open Risk].[Risk Assumed WO Mitigation], [CIO Scorecard All Open Risk].OTS, [CIO Scorecard All Open Risk].[Security Rep], [CIO Scorecard All Open Risk].PCI, [CIO Scorecard All Open Risk].[SOX FRC], [CIO Scorecard All Open Risk].Cabinet, [CIO Scorecard All Open Risk].[Cabinet Member], [CIO Scorecard All Open Risk].[Issue Description], [CIO Scorecard All Open Risk].[Mitigation Strategy], [CIO Scorecard All Open Risk].Owner, [CIO Scorecard All Open Risk].[Open Date], [CIO Scorecard All Open Risk].[Target Date], [CIO Scorecard All Open Risk].[Regulatory Type]
  2. FROM [CIO Scorecard All Open Risk]
  3. WHERE ((([CIO Scorecard All Open Risk].Database)<>"CM Open Risk") AND (([CIO Scorecard All Open Risk].[Target Date])<[Reporting date]))
  4. ORDER BY [CIO Scorecard All Open Risk].[Target Date] DESC;
I know that it has something to do with using <[Reporting date] in the query. The error I am getting is "The Microsoft Jet database engine does not recognize '[Reporting date]' as a valid field name or expression."

If I run the Query it is fine and works the way it should.

Any ideas what I can do?

Thanks,

Darkhat01
Sep 4 '07 #1
2 1700
Rabbit
12,516 Expert Mod 8TB
What do you mean by "attach a crosstab"?
Sep 4 '07 #2
Rabbit
12,516 Expert Mod 8TB
Change your variables to parameters.
Sep 5 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Darleen | last post by:
I am seeking conceptual here on how to get started with a "3D Matrix" in Access. We run a training center which holds multiple classes in multiple cities at multiple times. So I need to create a...
1
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
1
by: krish_4u_only | last post by:
Hi, I have designed a subreport - record source is on crosstab query. crosstab query is designed on union query. The sub report is working fine when it is opened individually. but if i place it on...
4
by: Judy | last post by:
I'm using Access 2003 and was wondering if it is possible to have a paramater selection within a crosstab query so that I wouldn't need to build a new table. I have a select query that I'm using...
7
by: newguy | last post by:
I am trying to get the totals of a table by client by type of income. This query will get what I am looking for with each unique combination as a row: SELECT Sales.Client, BillCode.Type,...
0
by: M Fadhilah via DBMonster.com | last post by:
Dear All, I am newbie in postgresql, i am using postgressql 8.0 for windows and i try using crosstab for my table. my table structure is account_id text account_parent text...
8
by: Penny | last post by:
(Access 2003 Multiuser Split DB, Windows XP Pro) Hi All, I would really appreciate just some basic tips on how to make a Crosstab Form based on a Crosstab Query. The query always has the same...
14
by: Tina | last post by:
My employer tracks productivity/performance of clinicians (how much they bill) each week, its averages for the month, and the 6 months. These averages are compared to their expected productivity....
13
by: salad | last post by:
Operating in A97. I didn't receive much of a response conserning Pivot tables in Access. Pivot tables are nice, but a CrossTab will work for me too. Using a Pivot table, one is actually...
0
by: carl_birchall | last post by:
I would really appreciate a nudge in the right direction on how to resolve this issue, as despite checking previous listings still not getting anywhere. I have 4 tables tblApplicant_Person...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.