Colleagues
I have a complex Access F/E with SQLServer B/E.
This ACCDB can send, via shell, commands to our GIS (Geographic Information System) activating search/find/display functions within the GIS. Data/parameters are sent via Access VBA and runs code within the GIS.
I now want to do the reverse. Select map objects and send those details to the ACCDB to processing.
I have created functions/code to process the data, but this requires a 'click' wtihin the ACCDB.
In the past I have used the command line "MSACCESS.EXE dbname /x macroname" option to run code at start-up or for automation.
Using the same technique for this application, a 'new' instance of ACCESS opens. This technique creates multiple instances of the F/End.
Is there a way to send a command to ACCDB from an external source that will use the 'existing or currently running instance of ACCESS' if one exists, or if not, load a new instance? In the 'old days' with previous versions of ACCESS I thought there were some DDE type settings or commands.
Any help and or snippets of code would be greatly appreciated!
Thanks !
Jan.Simpson