DataBase - ACCESS MAKE-TABLE QUERY "BUG"(?)

Asked By TWYSTD
21-Nov-09 03:37 PM
When attempting to run a make-table query, I get the following error message
(please realize that I get the message regardless of whether the target table
exists):
.
Try inserting or pasting less data."
.
I am running Office 2003 or Windows XP Professional on a corporate network.
.
Any ideas?
Outage.DISCIPLINE
(1)
Outage.SYSTEM
(1)
Windows XP
(1)
Office 2003
(1)
Outage
(1)
Desc
(1)
Ecs
(1)
OWNERACCESS
(1)
  Dirk Goldgar replied to TWYSTD
21-Nov-09 04:39 PM
What is your query's SQL?  Does it perhaps involve a memo field, and also
use the DISTINCT keyword?

--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)
  TWYSTD replied to Dirk Goldgar
22-Nov-09 11:37 AM
SQL:
.
SELECT Outage.WORK_ORDER_NBR, Outage.WORK_ORDER_TASK,
Outage.WO_TSK_STATUS_DATE, Outage.SYSTEM_CODE, Outage.DISCIPLINE,
Outage.WO_TSK_STATUS, Outage.[WO-Number] AS [WO-Number],
Outage.WORK_ORDER_TYPE, Outage.WR_TASK_TITLE, Outage.WO_TSK_PLANNER,
[All-current-holds].[Hold Code] AS HOLDS, Ecr.[Ec Request Nbr] AS [ECR #],
Ecr.[Title 195] AS [ECR TITLE], Ecs.[Ec Number] AS [EC#], Ecs.[Ec Status
Desc] AS [EC STATUS], Ecs.[Title 196] AS [EC TITLE], [Current
Comments].[COMMENTS nsed], [Current Comments].[COMMENTS parts], [Parts
hold].MATERIAL_REQUEST, "" AS [Date-PE], * INTO [STATUS UPDATE]
FROM [Current Comments] RIGHT JOIN (Ecr RIGHT JOIN (((Outage LEFT JOIN
[All-current-holds] ON Outage.[WO-Number] = [All-current-holds].[WO Number])
LEFT JOIN Ecs ON Outage.[WO-Number] = Ecs.[WO Number]) LEFT JOIN [Parts hold]
ON Outage.[WO-Number] = [Parts hold].[WO Number]) ON Ecr.[WO Number] =
Outage.[WO-Number]) ON [Current Comments].[WO-Number] = Outage.[WO-Number]
ORDER BY Outage.DISCIPLINE, Outage.WO_TSK_STATUS, Outage.[WO-Number]
WITH OWNERACCESS OPTION;
  John Spencer replied to TWYSTD
22-Nov-09 03:33 PM
Looks like it could be an incorrect error message.  It should be complaining
about duplicate fields.

Another possible problem (less likely) is aliasing Outage.[WO-Number] AS
[WO-Number] when you also have [Current Comments].[WO-Number].

SELECT Outage.WORK_ORDER_NBR
, Outage.WORK_ORDER_TASK
, Outage.WO_TSK_STATUS_DATE
, Outage.SYSTEM_CODE
, Outage.DISCIPLINE
, Outage.WO_TSK_STATUS
, Outage.[WO-Number] AS [WO-Number]
, Outage.WORK_ORDER_TYPE
, Outage.WR_TASK_TITLE
, Outage.WO_TSK_PLANNER
, [All-current-holds].[Hold Code] AS HOLDS
, Ecr.[Ec Request Nbr] AS [ECR #]
, Ecr.[Title 195] AS [ECR TITLE]
, Ecs.[Ec Number] AS [EC#]
, Ecs.[Ec Status Desc] AS [EC STATUS]
, Ecs.[Title 196] AS [EC TITLE]
, [Current Comments].[COMMENTS nsed]
, [Current Comments].[COMMENTS parts]
, [Parts hold].MATERIAL_REQUEST
, "" AS [Date-PE]

, *    <<<<<<<<<<<<< This (all fields] would create DUPLICATE FIELDS


INTO [STATUS UPDATE]

FROM [Current Comments] RIGHT JOIN (Ecr RIGHT JOIN (((Outage LEFT JOIN
[All-current-holds] ON Outage.[WO-Number] = [All-current-holds].[WO Number])
LEFT JOIN Ecs ON Outage.[WO-Number] = Ecs.[WO Number]) LEFT JOIN [Parts hold]
ON Outage.[WO-Number] = [Parts hold].[WO Number]) ON Ecr.[WO Number] =
Outage.[WO-Number]) ON [Current Comments].[WO-Number] = Outage.[WO-Number]
ORDER BY Outage.DISCIPLINE, Outage.WO_TSK_STATUS, Outage.[WO-Number]
WITH OWNERACCESS OPTION;

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
help
migrating windows Server 2003 to windows 2008 with Microsoft Dynam DataBase Hi, Someone know, if exist any problem to migrate windows server 2003 to windows server 2008 with microsoft Dynamics GP 10.00 without any Service Pack? Great Plains Discussions Windows Server 2008 (1) Mariano (1) Dynam (1) Gomez (1) Necesary (1) Isntall (1) PMP (1 Microsoft Dynamics GP is only compatible with Windows Server 2008 on Service Pack 2. With this said, you can upgrade to Windows Server 2008 without the service pack, but will need to apply Service Pack 2 after you have to install SP2 based on my experience, i will definitely first migrate to windows 2008, and then apply the service pack. keywords: migrating, windows, Server, 2003, to, windows, 2008
en boton DataBase podria poner en un boton o en un menú la calculadora de windows ? siempre teniendo en cuenta que el programa puede trabajar en Windows XP, Windows Vista o Windows 7. Access Discussions Windows XP (1) Windows Vista (1) Windows 7 (1) VSTO (1) VbNormalFocus (1) RegardsJu (1) Funcionará (1) Correos (1) Hola! poderse podr n y en el c??digo del bot??n meter la orden: Call Shell("c: \ WINDOWS \ SYSTEM32 \ CALC.EXE", vbNormalFocus) O crear una macro que abra la aplicaci??n y la
Setup Display properties in Windows XP DataBase In windows XP, how can I setup display properties, tab appearance and windows and buttons change from windows classic style to Windows Xp style over vba? Thanks JCP Access Modules Coding Discussions XP (1) Microsoft Access (1 the Appearance tab of Display Properties in the Control Panel. They are accessible via the Windows api, but the best website has been sold. I suggest you try to find another website, or get Dan Appleman's book on the Windows API: http: / / www.amazon.com / Applemans-Visual-Basic-Programmers-Guide / dp / 0672315904 / ref = sr_1_1 / 102 www.accessmvp.com Thanks Arvin, For resolution I also have. keywords: Setup, Display, properties, in, Windows, XP description: In windows XP, how can I setup display properties, tab appearance and windows