Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Tough Excel/Access/Windows Problem, need Help!!!

Two thoughts:

1. Your system.mdw file may have gotten corrupted. You can create a new
one in Access with Tools Security Workgroup Administrator and blow
away the old one.

2. I find it's better to explicitly define the Database, Recordset, etc
objects of DAO. For example, instead of Dim db As Database, write Dim
db As DAO.Database. This is especially true if your code has any
references to other data access components.

OK, 3rd thought: You might also check C:\Program Files\Common
Files\Microsoft Shared\DAO\ and check what library everyone has
installed. The latest is DAO 3.6.. Some users may not have the older
DAO 3.51 version installed, causing a run time name resolution slow
down.


----
Nick Hebb
BreezeTree Software
http://www.breezetree.com

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A tough problem Patrick Simonds Excel Discussion (Misc queries) 3 July 30th 05 07:26 PM
How do i access microsoft excel on windows xp? ayanda New Users to Excel 1 April 18th 05 02:27 AM
How do i access microsoft excel on windows xp? ayanda New Users to Excel 3 April 17th 05 09:41 PM
Tough problem with rotas Scott Cheesman Excel Discussion (Misc queries) 0 April 2nd 05 10:51 AM


All times are GMT +1. The time now is 03:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"