The SendTo Folder is a local folder that has been created on your computer, I imagine. And you are trying to make Ac2k your default database opener, but if you want to open up an Access 97 database, you have a shortcut to AC97 placed in your SendTo folder.. right?
Slash Commands are command line options you use when starting access. For instance, if you wanted to start An access database with exclusive access, you would add /excl to your command line .. or if you wanted to open access and start with a specifc macro you would do /x MacroName at the end of your command line to start Access.... it looks similar to this:
My shortcut to open up my email databas and log me into a workgroup reads like this in the shortcut Target:
"C:\Program Files\Microsoft Office\Office\Msaccess.exe" "U:\Loss Control Dbases\E-Mail DB LC.mdb" /wrkgrp "\\gigfs02\claimsdrv\cludrv\slcdbase\slcwif.mdw" /user Jpeters /pwd ????
THe first part is the location of MsAccess.exe. The SEcond part is the ocation of the database that I want to open with This Shortcut (slash comands don't work well unless you set up your shortcut exactly in this order). THe third part is my slash command '/wrkgrp ' which lets me login to a particula workgroup for this database. The part follwoing /wrkgrp is the network path of the workgroup that i want to join - notice where the quotations are placed. Lastly for this slash command I need to specify a user and password for the workgroup ... so I do /user followd by my name... then /pwd followd by a password. With this particular /wrkgrp slash commmand line option, if the user name and pword aren't recognized by the workgroup -> MsAcecss will kickup a login box prior to opening hte database, so you can correct your login info, or just login as the guest 'User' account that is manually setup by workgroups. Wow, I type too much.
Does this clarify at all, maybe you could right click on your shortcut to msaccess 97 (this is what's not working right?) and copy/paste the info in the "Target" Box in here so we can see if the syntax is correct.
-Josh ------------------
-JPeters
Got a helpful tip for Access Users? Check out and contribute to 'How to Keep Your Databases from becoming Overwhelming!'
thread181-293590
jpeters@guidemail.com
------------------