Dear All

Idris

Registered User.
Local time
Today, 07:55
Joined
Nov 9, 2005
Messages
67
I have many different .ini which invokes one application at different levels of views and data entries options - How do i execute/invoke application using respective .ini files
 
You are really going to have to explain that a lot more clearly and while you're at it give it a relevant subject heading.
 
Ok Here it Goes

I am using third party accounting application. Now this application has a multiple features for data entry and lots of reports - each options has a unique TransactionCode either you type the transaction code in the command box provided in the application or you execute the .ini files which takes you to that specific screen.

I want to know how to execute .ini files from access on a Click
 
Odds are you will have to use the Shell() function and add the path to the ini needed in the command string. Search around for examples of the Shell function if that is what you need.
 

Users who are viewing this thread

Back
Top Bottom