A amolin Registered User. Local time Today, 12:39 Joined Apr 29, 2004 Messages 35 Aug 10, 2004 #1 How to open a Access file exclusively just by double click the .mdb file name? I means Just by double click the .mdb file name, the Access file will automatically open exclusively. Thank you!
How to open a Access file exclusively just by double click the .mdb file name? I means Just by double click the .mdb file name, the Access file will automatically open exclusively. Thank you!
W WayneRyan AWF VIP Local time Today, 20:39 Joined Nov 19, 2002 Messages 7,122 Aug 10, 2004 #2 amolin, You can make an icon that launches Access with the /Excl switch. That's the only way that I know of. Wayne
amolin, You can make an icon that launches Access with the /Excl switch. That's the only way that I know of. Wayne
A amolin Registered User. Local time Today, 12:39 Joined Apr 29, 2004 Messages 35 Aug 10, 2004 #3 Thank you, WayneRyan;could you detail it? WayneRyan said: amolin, You can make an icon that launches Access with the /Excl switch. That's the only way that I know of. Wayne Click to expand... Thank you, WayneRyan;could you detail it? Amolin
Thank you, WayneRyan;could you detail it? WayneRyan said: amolin, You can make an icon that launches Access with the /Excl switch. That's the only way that I know of. Wayne Click to expand... Thank you, WayneRyan;could you detail it? Amolin
W WayneRyan AWF VIP Local time Today, 20:39 Joined Nov 19, 2002 Messages 7,122 Aug 10, 2004 #4 amolin, Here's Microsoft's help: http://support.microsoft.com/default.aspx?scid=kb;ko;209207 Make an Icon on your desktop and set its target to something like: "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE C:\SomeDB.mdb" /Excl Wayne
amolin, Here's Microsoft's help: http://support.microsoft.com/default.aspx?scid=kb;ko;209207 Make an Icon on your desktop and set its target to something like: "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE C:\SomeDB.mdb" /Excl Wayne