Thanks, I'll keep that in mind! John
> -----Original Message----- > From: Arthur [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 26, 2005 11:24 AM > To: ms_access@yahoogroups.com > Subject: RE: [ms_access] DAO Compatibility reference missing > > > > John - if you ever come to New York City - I'll buy you lunch > at Ellen's Stardust Diner. > Arthur > > At 11:36 PM 3/25/2005, you wrote: > >Arthur- > > > >Access should not list any "missing" libraries in the set of > available > >libraries that are unchecked. What is the description of > the library you > >think is missing? If it's the DAO compatibility library - > you don't need > >it. Uncheck it and find the most current version of > Microsoft DAO 3.x > >library in the list and check that instead. It should not > go "Missing" when > >you check it. If it does, you have a hosed install of Access. > > > >John Viescas, author > >"Building Microsoft Access Applications" > >"Microsoft Office Access 2003 Inside Out" > >"Running Microsoft Access 2000" > >"SQL Queries for Mere Mortals" > ><http://www.viescas.com/>http://www.viescas.com/ > > > >> -----Original Message----- > >> From: Arthur [mailto:[EMAIL PROTECTED] > >> Sent: Friday, March 25, 2005 10:17 PM > >> To: ms_access@yahoogroups.com > >> Subject: RE: [ms_access] DAO Compatibility reference missing > >> > >> > >> > >> John - > >> sorry to be so slow in this set of answers, John. > >> Anyway - when the check box is checked - it's listed as MISSING > >> and I can't read the name and location of the file to use to > >> restore it. Whatever the file is, it is not located on > THIS computer. > >> Does that clarify the issue?...? > >> Arthur > >> > >> At 07:42 PM 3/22/2005, you wrote: > >> >Arthur- > >> > > >> >When you find it in the list, click the checkbox next to the > >> library to add > >> >it to your references. > >> > > >> >John Viescas, author > >> >"Building Microsoft Access Applications" > >> >"Microsoft Office Access 2003 Inside Out" > >> >"Running Microsoft Access 2000" > >> >"SQL Queries for Mere Mortals" > >> > ><<http://www.viescas.com/>http://www.viescas.com/>http://www. > viescas.com/ > >> > > >> >> -----Original Message----- > >> >> From: Arthur [mailto:[EMAIL PROTECTED] > >> >> Sent: Tuesday, March 22, 2005 6:35 PM > >> >> To: ms_access@yahoogroups.com > >> >> Subject: RE: [ms_access] DAO Compatibility reference missing > >> >> > >> >> > >> >> > >> >> John - sorry to be so dense - > >> >> how do I add that library? > >> >> I can find it in the list (I think) but can't tell what file > >> >> to search for because the number of characters doesn't tell > >> >> me the file name to add. I'm not even sure if it's a .dll or > >> >> an .ocx... etc > >> >> Arthur > >> >> > >> >> At 09:29 AM 3/22/2005, you wrote: > >> >> >Arthur- > >> >> > > >> >> >That code needs the DAO library to compile. It can't be > >> >> fixed. You could > >> >> >try deleting the code, but then other parts might still not > >> >> compile. Add > >> >> >the library. > >> >> > > >> >> >John Viescas, author > >> >> >"Building Microsoft Access Applications" > >> >> >"Microsoft Office Access 2003 Inside Out" > >> >> >"Running Microsoft Access 2000" > >> >> >"SQL Queries for Mere Mortals" > >> >> > >> > ><<<http://www.viescas.com/>http://www.viescas.com/>http://www > .viescas.com/>http://www. > >> viescas.com/ > >> >> > > >> >> >> -----Original Message----- > >> >> >> From: Arthur [mailto:[EMAIL PROTECTED] > >> >> >> Sent: Tuesday, March 22, 2005 8:10 AM > >> >> >> To: ms_access@yahoogroups.com > >> >> >> Subject: RE: [ms_access] DAO Compatibility reference missing > >> >> >> > >> >> >> > >> >> >> > >> >> >> I found the compilation error: it's from an old Trevor Best > >> >> >> "thing" I installed but don't even recall why I used it: > >> >> >> Function tCount(pstrField As String, pstrTable As String, > >> >> >> pstrCriteria As String) As Long > >> >> >> On Error GoTo tCount_Err > >> >> >> ' Function tCount > >> >> >> ' Purpose: Replace DCount, which is slow on > attached tables > >> >> >> ' Created: 1 Feb 1996 T.Best > >> >> >> > >> >> >> Dim dbCurrent As Database > >> >> >> Dim rstLookup As Recordset > >> >> >> Dim lngCount As Long > >> >> >> > >> >> >> Set dbCurrent = DBEngine(0)(0) > >> >> >> ........ > >> >> >> John - do you know how to get the syntax correct?.. I can > >> >> >> make a backup and delete this VBA code and see what happens.. > >> >> >> > >> >> >> At 07:30 AM 3/22/2005 -0600, you wrote: > >> >> >> >Arthur- > >> >> >> > > >> >> >> >When a library is "MISSING", that means Access can't find > >> >> it on your > >> >> >> >machine. The Compatibility Library is from Access 95! You > >> >> >> need to uncheck > >> >> >> >that reference and replace it with the current library. > >> >> >> Look for "Microsoft > >> >> >> >DAO 3.x Object Library" in the list (they're > alphabetical). > >> >> >> Depending on > >> >> >> >what version of Access you're using, you should find either > >> >> >> 3.5 or 3.6. > >> >> >> > > >> >> >> >John Viescas, author > >> >> >> >"Building Microsoft Access Applications" > >> >> >> >"Microsoft Office Access 2003 Inside Out" > >> >> >> >"Running Microsoft Access 2000" > >> >> >> >"SQL Queries for Mere Mortals" > >> >> >> > >> >> > >> > ><<<<http://www.viescas.com/>http://www.viescas.com/>http://ww > w.viescas.com/>http://www > >> .viescas.com/><http://www.>http://www. > >> >> viescas.com/ > >> >> >> > > >> >> >> >> -----Original Message----- > >> >> >> >> From: Arthur [mailto:[EMAIL PROTECTED] > >> >> >> >> Sent: Tuesday, March 22, 2005 6:42 AM > >> >> >> >> To: ms_access@yahoogroups.com > >> >> >> >> Subject: RE: [ms_access] DAO Compatibility > reference missing > >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> The problem was I couldn't find the name of the > DAO Object > >> >> >> >> library in the reference list. - Highlighting the missing > >> >> >> >> item shows what is missing in the box below but the way > >> >> >> >> Microsoft set up that box - i can only see the first > >> >> >> >> 30characters or so - therefore the file name was cut off. > >> >> >> >> Is there another way to determine the name of the > >> missing file? > >> >> >> >> I'll try to compile this morning to see if there's a > >> >> >> >> problem... just in case. > >> >> >> >> Thanks again, John > >> >> >> >> Arthur > >> >> >> >> > >> >> >> >> At 03:20 PM 3/21/2005, you wrote: > >> >> >> >> >Arthur- > >> >> >> >> > > >> >> >> >> >Must be an old database you converted from a previous > >> >> >> >> version. You should > >> >> >> >> >go find the latest Microsoft DAO object library > in the list > >> >> >> >> and add it. If > >> >> >> >> >your project compiles OK, then you should be fine. > >> >> >> >> > > >> >> >> >> >John Viescas, author > >> >> >> >> >"Building Microsoft Access Applications" > >> >> >> >> >"Microsoft Office Access 2003 Inside Out" > >> >> >> >> >"Running Microsoft Access 2000" > >> >> >> >> >"SQL Queries for Mere Mortals" > >> >> >> >> > >> >> >> > >> >> > >> > ><<<<<http://www.viescas.com/>http://www.viescas.com/>http://w > ww.viescas.com/>http://ww > >> w.viescas.com/><http://www>http://www > >> >> .viescas.com/><<http://www.>http://www.>http://www. > >> >> >> viescas.com/ > >> >> >> >> > > >> >> >> >> >> -----Original Message----- > >> >> >> >> >> From: Arthur [mailto:[EMAIL PROTECTED] > >> >> >> >> >> Sent: Monday, March 21, 2005 1:34 PM > >> >> >> >> >> To: ms_access@yahoogroups.com > >> >> >> >> >> Subject: [ms_access] DAO Compatibility > reference missing > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> ackkkk > >> >> >> >> >> Setting up a new machine to use a converted Access 97 > >> >> >> >> >> database with Access 2003 - I found > >> >> >> >> >> Microsoft DAO 2.5/3.5 Compatibility Library > >> missing in the > >> >> >> >> >> VBA section - checking the lower pannel I can't find > >> >> out what > >> >> >> >> >> the file is that is missing..... > >> >> >> >> >> I can just see: > >> >> >> >> >> c:\Program Files\Common Files\Microsoft > Shared\D......... > >> >> >> >> >> and I can't make out what the file should be or > >> >> where to get it. > >> >> >> >> >> Can anyone help?? > >> >> >> >> >> I did find this: > >> >> >> >> >> > >> >> >> >> > >> >> >> > >> >> > >> > <<<<<http://support.microsoft.com/default.aspx?scid=KB;EN-US;q > 1>http://support.microsoft.com/default.aspx?scid=KB;EN-US;q1 > >> 9>http://support.microsoft.com/default.aspx?scid=KB;EN-US;q19 > >> >> > 9><http://support.microsoft.com/default.aspx?scid=KB;EN-US;q19 > 9>http://support.microsoft.com/default.aspx?scid=KB;EN-US;q199 > >> >> >> > >> > 0><<http://support.microsoft.com/default.aspx?scid=KB;EN-US;q1 > 9>http://support.microsoft.com/default.aspx?scid=KB;EN-US;q19 > >> > 90><http://support.microsoft.com/default.aspx?scid=KB;EN-US;q1 > 990>http://support.microsoft.com/default.aspx?scid=KB;EN-US;q1990 > >> >> >> >> > >> >> >> > >> >> > >> > 64&><<<http://support.microsoft.com/default.aspx?scid=KB;EN-US > ;>http://support.microsoft.com/default.aspx?scid=KB;EN-US; > >> > q><http://support.microsoft.com/default.aspx?scid=KB;EN-US;q>h ttp://support.microsoft.com/default.aspx?> scid=KB;EN-US;q > >> >> > >> > 199064&><<http://support.microsoft.com/default.aspx?scid=KB;EN > ->http://support.microsoft.com/default.aspx?scid=KB;EN- > >> > U><http://support.microsoft.com/default.aspx?scid=KB;EN-U>http ://support.microsoft.com/default.aspx?> scid=KB;EN-U > >> >> S;q199064& > >> >> >> >> >> > >> >> >> >> >> I just unchecked the box and things seem to work - > >> >> seem - who > >> >> >> >> >> knows what will crop up later. > >> >> >> >> >> There are calls to MS Word in the program. > >> >> >> >> >> > >> >> >> >> >> Any thoughts? > >> >> >> >> >> Arthur > >> >> >> >> >> > >> >> >> >> >> [Non-text portions of this message have been removed] > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> Yahoo! Groups Links > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> > > >> >> >> >> > > >> >> >> >> >Yahoo! Groups Sponsor > >> >> >> >> >ADVERTISEMENT > >> >> >> >> > >> >> >> > >> >> > >> > ><<<<<http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.7 > 1>http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.71 > >> 9>http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.719 > >> >> > 2><http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.7192 > >http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.7192 > >> >> >> > >> > 8><<http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.719 > 2>http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.7192 > >> > 8><http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.7192 > 8>http://us.ard.yahoo.com/SIG=129no6seq/M=298184.6191685.71928 > >> >> >> > >23.3001176/D=groups/S=1705115370:HM/EXP=1111522820/A=2593423/ > >> >> >> R=0/SIG=11el9gs > >> >> >> > >> >> > >> > >lf/*<<<<http://www.netflix.com/Default?mqso=60190075>http://w > ww.netflix.com/Default?mqso=60190075>http://ww > >> w.netflix.com/Default?mqso=60190075><http://www>http://www > >> >> > .netflix.com/Default?mqso=60190075><<http://www.>http://www.>h > ttp://www. > >> >> >> netflix.com/Default?mqso=60190075>31e8643.jpg > >> >> >> >>31e8693.jpg > >> >> >> >> > >> >> >> >> > >> >> >> >>---------- > >> >> >> >>Yahoo! Groups Links > >> >> >> >> * To visit your group on the web, go to: > >> >> >> >> * > >> >> >> > >> >> > >> > ><<<<<http://groups.yahoo.com/group/ms_access/>http://groups.y > ahoo.com/group/ms_access/>http://groups.ya > >> hoo.com/group/ms_access/><http://groups.yah>http://groups.yah > >> >> > oo.com/group/ms_access/><<http://groups.yaho>http://groups.yah > o>http://groups.yaho > >> >> >> > >> >> > >> > o.com/group/ms_access/><<<http://groups.yahoo.com/group/ms_a>h ttp://groups.yahoo.com/group/ms_a>ht > >tp://groups.yahoo.com/group/ms_a>htt > >> >p://groups.yahoo.com/group/ms_a > >> >> >> >ccess/ > >> >> >> >> * > >> >> >> >> * To unsubscribe from this group, send an email to: > >> >> >> >> * > >> >> >> > ><mailto:[EMAIL PROTECTED] > >> >> >> ribe>ms_access- > >> >> >> >[EMAIL PROTECTED] > >> >> >> >> * > >> >> >> >> * Your use of Yahoo! Groups is subject to the > >> >> >> > >> >> > >> > ><<<<<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/ > info/terms/>http://docs.yahoo.com/i > >> nfo/terms/><http://docs.yahoo.com/in>http://docs.yahoo.com/in > >> >> > fo/terms/><<http://docs.yahoo.com/inf>http://docs.yahoo.com/in > f>http://docs.yahoo.com/inf > >> >> >> o/terms/>Yahoo! Terms of Service. > >> >> >> > > >> >> >> > > >> >> >> >Photopage - > >> >> >> > >> >> > >> > <<<<http://www.arthure212.bravepages.com/Index.html>http://www .arthure212.bravepages.com/Index.html>> http://www. > >arthure212.bravepages.com/Index.html>> <http://www.a>http://www.a > >> >rthure212.bravepages.com/Index.html>> > <<http://www.ar>http://www.ar>http://www.ar > >> >> >thure212.bravepages.com/Index.html > >> >> >> >Photosig - > >> >> >> > >> >> > >> > <<<<http://www.photosig.com/go/users/userphotos?id=95581>http: //www.photosig.com/go/users/userphotos?id=95581>> http:/ > >/www.photosig.com/go/users/userphotos?id=95581>> <http://>http:// > >> >www.photosig.com/go/users/userphotos?id=95581>> > <<http://w>http://w>http://w > >> >> >ww.photosig.com/go/users/userphotos?id=95581 > >> >> >> >The mirror project - > >> >> >> > >> >> > >> > <<<<http://mirrorproject.com/mirror/?id=19445>http://mirrorpro > ject.com/mirror/?id=19445>http://mirrorproj > >> ect.com/mirror/?id=19445><http://mirrorproje>http://mirrorproje > >> >> > ct.com/mirror/?id=19445><<http://mirrorprojec>http://mirrorpro > jec>http://mirrorprojec > >> >> >> t.com/mirror/?id=19445 > >> >> >> > > >> >> >> > > >> >> >> >[Non-text portions of this message have been removed] > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> >Yahoo! Groups Links > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> >Yahoo! Groups Sponsor > >> >> >> >ADVERTISEMENT > >> >> >> > >> >> > >> > ><<<<http://us.ard.yahoo.com/SIG=129unraqf/M=298184.6191685.71 > 9>http://us.ard.yahoo.com/SIG=129unraqf/M=298184.6191685.719 > >> 2>http://us.ard.yahoo.com/SIG=129unraqf/M=298184.6191685.7192 > >> >> > 8><http://us.ard.yahoo.com/SIG=129unraqf/M=298184.6191685.7192 > 8>http://us.ard.yahoo.com/SIG=129unraqf/M=298184.6191685.71928 > >> >> >23.3001176/D=groups/S=1705115370:HM/EXP=1111584623/A=2593423/ > >> >> R=0/SIG=11el9gs > >> >> > >> > >lf/*<<<http://www.netflix.com/Default?mqso=60190075>http://ww > w.netflix.com/Default?mqso=60190075>http://www > >> .netflix.com/Default?mqso=60190075><http://www.>http://www. > >> >> netflix.com/Default?mqso=60190075>863d3.jpg > >> >> >>86441.jpg > >> >> >> > >> >> >> > >> >> >>---------- > >> >> >>Yahoo! Groups Links > >> >> >> * To visit your group on the web, go to: > >> >> >> * > >> >> > >> > ><<<<http://groups.yahoo.com/group/ms_access/>http://groups.ya > hoo.com/group/ms_access/>http://groups.yah > >> oo.com/group/ms_access/><http://groups.yaho>http://groups.yaho > >> >> > >> > o.com/group/ms_access/><<http://groups.yahoo.com/group/ms_a>ht tp://groups.yahoo.com/group/ms_a>htt > >p://groups.yahoo.com/group/ms_a > >> >> >ccess/ > >> >> >> * > >> >> >> * To unsubscribe from this group, send an email to: > >> >> >> * > >> >> ><mailto:[EMAIL PROTECTED] > >> >> ribe>ms_access- > >> >> >[EMAIL PROTECTED] > >> >> >> * > >> >> >> * Your use of Yahoo! Groups is subject to the > >> >> > >> > ><<<<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/i > nfo/terms/>http://docs.yahoo.com/in > >> fo/terms/><http://docs.yahoo.com/inf>http://docs.yahoo.com/inf > >> >> o/terms/>Yahoo! Terms of Service. > >> >> > > >> >> > > >> >> >Photopage - > >> >> > >> > <<<http://www.arthure212.bravepages.com/Index.html>http://www. arthure212.bravepages.com/Index.html>> http://www.a > >rthure212.bravepages.com/Index.html>> <http://www.ar>http://www.ar > >> >thure212.bravepages.com/Index.html > >> >> >Photosig - > >> >> > >> > <<<http://www.photosig.com/go/users/userphotos?id=95581>http:/ /www.photosig.com/go/users/userphotos?id=95581>> http:// > >www.photosig.com/go/users/userphotos?id=95581>> <http://w>http://w > >> >ww.photosig.com/go/users/userphotos?id=95581 > >> >> > > >> >> > > >> >> >[Non-text portions of this message have been removed] > >> >> > > >> >> > > >> >> > > >> >> > > >> >> >Yahoo! Groups Links > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> >Yahoo! Groups Sponsor > >> >> >ADVERTISEMENT > >> >> > >> > ><<<http://us.ard.yahoo.com/SIG=1299fmu6f/M=298184.6191685.719 > 2>http://us.ard.yahoo.com/SIG=1299fmu6f/M=298184.6191685.7192 > >> 8>http://us.ard.yahoo.com/SIG=1299fmu6f/M=298184.6191685.71928 > >> >23.3001176/D=groups/S=1705115370:HM/EXP=1111588207/A=2593423/ > >> R=0/SIG=11el9gs > >> > >lf/*<<http://www.netflix.com/Default?mqso=60190075>http://www > .netflix.com/Default?mqso=60190075>http://www. > >> netflix.com/Default?mqso=60190075>7ec092.jpg > >> >>7ec0d8.jpg > >> >> > >> >> > >> >>---------- > >> >>Yahoo! Groups Links > >> >> * To visit your group on the web, go to: > >> >> * > >> > ><<<http://groups.yahoo.com/group/ms_access/>http://groups.yah > oo.com/group/ms_access/>http://groups.yaho > >> > o.com/group/ms_access/><http://groups.yahoo.com/group/ms_a>htt p://groups.yahoo.com/group/ms_a > >> >ccess/ > >> >> * > >> >> * To unsubscribe from this group, send an email to: > >> >> * > >> ><mailto:[EMAIL PROTECTED] > >> ribe>ms_access- > >> >[EMAIL PROTECTED] > >> >> * > >> >> * Your use of Yahoo! Groups is subject to the > >> > ><<<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/in > fo/terms/>http://docs.yahoo.com/inf > >> o/terms/>Yahoo! Terms of Service. > >> > > >> > > >> >Photopage - > >> > <<http://www.arthure212.bravepages.com/Index.html>http://www.a rthure212.bravepages.com/Index.html>> http://www.ar > >thure212.bravepages.com/Index.html > >> >Photosig - > >> > <<http://www.photosig.com/go/users/userphotos?id=95581>http:// www.photosig.com/go/users/userphotos?id=95581>> http://w > >ww.photosig.com/go/users/userphotos?id=95581 > >> >The mirror project - > >> > <<http://mirrorproject.com/mirror/?id=19445>http://mirrorproje > ct.com/mirror/?id=19445>http://mirrorprojec > >> t.com/mirror/?id=19445 > >> > > >> > > >> >[Non-text portions of this message have been removed] > >> > > >> > > >> > > >> > > >> >Yahoo! Groups Links > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> >Yahoo! Groups Sponsor > >> >ADVERTISEMENT > >> > ><<http://us.ard.yahoo.com/SIG=129bg87vj/M=298184.6191685.7192 > 8>http://us.ard.yahoo.com/SIG=129bg87vj/M=298184.6191685.71928 > >23.3001176/D=groups/S=1705115370:HM/EXP=1111624925/A=2593423/ > R=0/SIG=11el9gs > >lf/*<http://www.netflix.com/Default?mqso=60190075>http://www. > netflix.com/Default?mqso=60190075>161cd52.jpg > >>161ce1b.jpg > >> > >> > >>---------- > >>Yahoo! Groups Links > >> * To visit your group on the web, go to: > >> * > ><<http://groups.yahoo.com/group/ms_access/>http://groups.yaho > o.com/group/ms_access/>http://groups.yahoo.com/group/ms_a > >ccess/ > >> * > >> * To unsubscribe from this group, send an email to: > >> * > ><mailto:[EMAIL PROTECTED] > ribe>ms_access- > >[EMAIL PROTECTED] > >> * > >> * Your use of Yahoo! Groups is subject to the > ><<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/inf > o/terms/>Yahoo! Terms of Service. > > > > > >Photopage - > <http://www.arthure212.bravepages.com/Index.html>http://www.ar thure212.bravepages.com/Index.html > >Photosig - > <http://www.photosig.com/go/users/userphotos?id=95581>http://w ww.photosig.com/go/users/userphotos?id=95581 > >The mirror project - > <http://mirrorproject.com/mirror/?id=19445>http://mirrorprojec > t.com/mirror/?id=19445 > > > > > >[Non-text portions of this message have been removed] > > > > > > > > > >Yahoo! Groups Links > > > > > > > > > > > > > > > >Yahoo! Groups Sponsor > >ADVERTISEMENT > ><http://us.ard.yahoo.com/SIG=129p5f1pg/M=298184.6191685.71928 23.3001176/D=groups/S=1705115370:HM/EXP=1111898169/A=2593423/R=0/SIG=11el9gs lf/*http://www.netflix.com/Default?mqso=60190075>4326fb4.jpg >4326ffa.jpg > > >---------- >Yahoo! Groups Links > * To visit your group on the web, go to: > * <http://groups.yahoo.com/group/ms_access/>http://groups.yahoo.com/group/ms_a ccess/ > * > * To unsubscribe from this group, send an email to: > * <mailto:[EMAIL PROTECTED]>ms_access- [EMAIL PROTECTED] > * > * Your use of Yahoo! Groups is subject to the <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service. Photopage - http://www.arthure212.bravepages.com/Index.html Photosig - http://www.photosig.com/go/users/userphotos?id=95581 The mirror project - http://mirrorproject.com/mirror/?id=19445 [Non-text portions of this message have been removed] Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ms_access/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/