View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CBH CBH is offline
external usenet poster
 
Posts: 1
Default tracking database change

Hi. I have a project right now with 2 Excel VBA programs connecting to
the same database using DAO. Both programs need to modify and display
information from the database. I'm trying to figure out how to notify
one program about changes to the database by the other program (A
database listener of some sort?). Any help will be appreciated.

thanks,
CBH