Hi Folks.
I have exhausted my search capabilities on this and can't find an answer - maybe I'm asking the wrong thing.
Hope someone can help with this, its driving me mad.
I'm using Using Windows XP and Access 2003
What I am trying to do is use a third party post-code finder to complete addresses and enter them into my database. I have the following code on a double-click event of the postcode field,
Dim stAppName As String
stAppName = "J:\Quickaddress2005\pro32.315\qapron.exe"
Call Shell(stAppName, 1)
This opens the postcode programme OK. I can enter a search and it returns the address to my database OK. However, as it enters the details it minimises itself to the Taskbar.
My problem is that every time this code runs it opens another copy of the third part programme.
What I want to do is check to see if it the third party programme is already open and if so maximise it.
Any thoughts would be much appreciated
Cheers ... Sprocket
I have exhausted my search capabilities on this and can't find an answer - maybe I'm asking the wrong thing.
Hope someone can help with this, its driving me mad.
I'm using Using Windows XP and Access 2003
What I am trying to do is use a third party post-code finder to complete addresses and enter them into my database. I have the following code on a double-click event of the postcode field,
Dim stAppName As String
stAppName = "J:\Quickaddress2005\pro32.315\qapron.exe"
Call Shell(stAppName, 1)
This opens the postcode programme OK. I can enter a search and it returns the address to my database OK. However, as it enters the details it minimises itself to the Taskbar.
My problem is that every time this code runs it opens another copy of the third part programme.
What I want to do is check to see if it the third party programme is already open and if so maximise it.
Any thoughts would be much appreciated
Cheers ... Sprocket