Access2002 runtime version

mary.h

Registered User.
Local time
Today, 23:00
Joined
Aug 21, 2003
Messages
48
Hello,

my users do only have the runtime licence of access2002 and this does not support the linked-table-manager (german: Tabellenverknüpfungsmanager). But my Admin-User must have this tool.

Is there any way to solve this problem, without having to install the full access licence?
Can I manipulate the functions of a runtime version?

Thanks for your help.

Mary.h
 
You'll have to write the code yourself. There is sample code in the solutions database that refreshes linked tables. You can start with that. You also need the code to open the common file dialog box using the Windows API. That code can be found in the Microsoft knowledgebase.

Solutions database

291264 - MOD2000 How to Refresh Links in a Run-Time Application
 
Hi Pat,

thank you for your reply.

Sounds as if this is exactly what I was looking for. - Grandioso!

Mary.h
 

Users who are viewing this thread

Back
Top Bottom