PC Review


Reply
Thread Tools Rate Thread

DAO 3.6 Reference Keeps Moving down Ref List in Access 2003

 
 
ISUTri
Guest
Posts: n/a
 
      24th Jan 2007
I am currently running an update in MS Access 2003 of Access 2000
databases. For whatever reason every now and then the VBA Modules
reference list will automatically move the Microsoft DAO 3.6 to the
bottom of the reference list, breaking the updates. Can anyone tell me
why this is happening and what I can do to stop it? Other than typing
in DAO.(whatever) next to all of the objects?

Thanks for your help

 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      25th Jan 2007
Realistically, you should be typing DAO next to the declarations.

Disambiguation is always a good idea.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"ISUTri" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am currently running an update in MS Access 2003 of Access 2000
> databases. For whatever reason every now and then the VBA Modules
> reference list will automatically move the Microsoft DAO 3.6 to the
> bottom of the reference list, breaking the updates. Can anyone tell me
> why this is happening and what I can do to stop it? Other than typing
> in DAO.(whatever) next to all of the objects?
>
> Thanks for your help
>



 
Reply With Quote
 
Allen Browne
Guest
Posts: n/a
 
      25th Jan 2007
I agree with Doug.

It's *really* easy to open any code window, and choose Replace on the Edit
menu to replace:
As Recordset
with:
As DAO.Recordset

As you find other problem declarations, you can then do them as well, e.g.
replace:
As Field
with As DAO.Field

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:(E-Mail Removed)...
> Realistically, you should be typing DAO next to the declarations.
>
> Disambiguation is always a good idea.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "ISUTri" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I am currently running an update in MS Access 2003 of Access 2000
>> databases. For whatever reason every now and then the VBA Modules
>> reference list will automatically move the Microsoft DAO 3.6 to the
>> bottom of the reference list, breaking the updates. Can anyone tell me
>> why this is happening and what I can do to stop it? Other than typing
>> in DAO.(whatever) next to all of the objects?
>>
>> Thanks for your help


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to combine two list on one reference line Excel 2003 =?Utf-8?B?dHJvdWJsZWQgZXhjZWwgdXNlcg==?= Microsoft Excel Misc 1 25th Jul 2007 12:32 AM
Access 2003 treats embedded functions in nested queries as a reference rather than a value - Access 2007? jgfaughnan Microsoft Access Queries 2 9th Jun 2007 08:16 PM
How to pick one or more items out of a list, moving to new list, moving up or down. (form) Subteam Microsoft Excel Misc 3 17th Feb 2006 04:13 AM
why access 2003 drop data when moving from a query to access page =?Utf-8?B?Ymx1ZXllemNhc3M=?= Microsoft Access Reports 0 25th Jan 2006 10:51 PM
importing access 2003 reference into access 2000 ceebaby via AccessMonster.com Microsoft Access Form Coding 2 6th Sep 2005 11:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:41 PM.