One application write data in access 2000 (one record/min)
a client application has to show the refreshed data in a textbox and start calculation.
How can I detect table update in my client application?
How can I use handle from one App. to the other.
I use VB6, I tried already "WithEvents" and "FieldChangeComplete" but this works only inside of the same application.
Thanks Lucas
a client application has to show the refreshed data in a textbox and start calculation.
How can I detect table update in my client application?
How can I use handle from one App. to the other.
I use VB6, I tried already "WithEvents" and "FieldChangeComplete" but this works only inside of the same application.
Thanks Lucas