Query Left Join Causes Access to crash only in Windows 2000 
Author Message
 Query Left Join Causes Access to crash only in Windows 2000

A query with a left join was created and used successfully in NT without ant
problem, but when used on a Windows 2000 machine the query causes access to
crash.

A: Converted the 2000 operating system to resemble an NT box

B: Ran SFC

Problem still persists, any suggestions.

==========================

SELECT DISTINCTROW Customers.[Customer Name], Customer_Contacts.Contact,
Customer_Contacts_Selected.templ_select, Customer_Contacts.E_mail

FROM Customers INNER JOIN (Customer_Contacts LEFT JOIN
Customer_Contacts_Selected ON Customer_Contacts.ID =
Customer_Contacts_Selected.ID) ON Customers.Counter =
Customer_Contacts.CustID

WHERE (((Customers.[Customer Name]) Is Not Null) AND
((Customer_Contacts.Contact) Is Not Null) AND ((Customer_Contacts.E_mail) Is
Not Null))

ORDER BY Customers.[Customer Name], Customer_Contacts.Contact;



Wed, 12 May 2004 11:12:17 GMT  
 Query Left Join Causes Access to crash only in Windows 2000
See my answer in microsoft.public.access.externaldata. In the future please
do not multi-post. If you really need multiple lists to see your post then
Crosspost (address the post to all the groups that you want to see it), but
use that with discretion.

--
Lynn Trapp
MS Access MVP

www.nwidevelopers.com


Quote:
> A query with a left join was created and used successfully in NT without
ant
> problem, but when used on a Windows 2000 machine the query causes access
to
> crash.

> A: Converted the 2000 operating system to resemble an NT box

> B: Ran SFC

> Problem still persists, any suggestions.

> ==========================

> SELECT DISTINCTROW Customers.[Customer Name], Customer_Contacts.Contact,
> Customer_Contacts_Selected.templ_select, Customer_Contacts.E_mail

> FROM Customers INNER JOIN (Customer_Contacts LEFT JOIN
> Customer_Contacts_Selected ON Customer_Contacts.ID =
> Customer_Contacts_Selected.ID) ON Customers.Counter =
> Customer_Contacts.CustID

> WHERE (((Customers.[Customer Name]) Is Not Null) AND
> ((Customer_Contacts.Contact) Is Not Null) AND ((Customer_Contacts.E_mail)
Is
> Not Null))

> ORDER BY Customers.[Customer Name], Customer_Contacts.Contact;



Thu, 13 May 2004 02:36:34 GMT  
 Query Left Join Causes Access to crash only in Windows 2000
Thank you for your suggestion.

Paul


Quote:
> See my answer in microsoft.public.access.externaldata. In the future
please
> do not multi-post. If you really need multiple lists to see your post then
> Crosspost (address the post to all the groups that you want to see it),
but
> use that with discretion.

> --
> Lynn Trapp
> MS Access MVP

> www.nwidevelopers.com



> > A query with a left join was created and used successfully in NT without
> ant
> > problem, but when used on a Windows 2000 machine the query causes access
> to
> > crash.

> > A: Converted the 2000 operating system to resemble an NT box

> > B: Ran SFC

> > Problem still persists, any suggestions.

> > ==========================

> > SELECT DISTINCTROW Customers.[Customer Name], Customer_Contacts.Contact,
> > Customer_Contacts_Selected.templ_select, Customer_Contacts.E_mail

> > FROM Customers INNER JOIN (Customer_Contacts LEFT JOIN
> > Customer_Contacts_Selected ON Customer_Contacts.ID =
> > Customer_Contacts_Selected.ID) ON Customers.Counter =
> > Customer_Contacts.CustID

> > WHERE (((Customers.[Customer Name]) Is Not Null) AND
> > ((Customer_Contacts.Contact) Is Not Null) AND

((Customer_Contacts.E_mail)

- Show quoted text -

Quote:
> Is
> > Not Null))

> > ORDER BY Customers.[Customer Name], Customer_Contacts.Contact;



Thu, 13 May 2004 14:06:37 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. I cant believe it is happening - Windows 2000 and Access 2000 crashes

2. Query Keeps on Crashing Access 2000

3. Custom ActiveX controls cause MS-Office 2000 forms to crash

4. Compatibility Problem Using MS Excel 97 VBA on Excel 2000/XP - Causes crashes

5. Left join Query error

6. LEFT JOIN does not work in query

7. LEFT JOIN QUERY

8. left join query performance

9. Access 2000 causes REPEATED floppy drive access?

10. Editing and Updating join query causes error?

11. Add/join computer to Windows 2000 domain

12. Access 2000 Queries with invalid joins cause whole system to become unstable.

 

 
Powered by phpBB® Forum Software