P
paul.schrum
I have two databases: One contains only tables (tables.mdb) and the
other all queries, forms, modules (interface.mdb). When a user opens
interface.mdb he can't do anything unless he links to the tables in a
tables database or creates one (which is automatically opened/linked.)
I need to be able to send a message from one session of interface.mdb
to another session of it. Let me clarify:
The databases are for managing tasks. Mr. Manager has one session of
interface.mdb open on his machine. Simultaneously Mr. Employee has
another session of interface.mdb open. Both users are linked to the
same tables.mdb.
Mr. Employee is looking at form My Pending Tasks, which has, say, 5
tasks showing. At the same time, Mr. Manager assigns a task to Mr.
Employee and he now has 6 tasks. Because of this there is a new task
in tables.mdb for Mr. Employee to work on. Unfortunately, he will not
see this new task until he does something to force a query update,
such as open the form again. I want to find a way to make the form
update its bound query as soon as the new row gets added by Mr.
Manager. How can I do this?
I expect that I must find a way to make Mr. Manager's session of
interface.mdb send a message to Mr. Employee's session of
interface.mdb suggesting that Mr. Employee's session refresh its
query.
Now to the questions. Is this the recommended approach? If yes, how
do I make this happen? If no, what approach should I use and how do I
do it?
Thanks in advance to all who respond.
- Paul Schrum
other all queries, forms, modules (interface.mdb). When a user opens
interface.mdb he can't do anything unless he links to the tables in a
tables database or creates one (which is automatically opened/linked.)
I need to be able to send a message from one session of interface.mdb
to another session of it. Let me clarify:
The databases are for managing tasks. Mr. Manager has one session of
interface.mdb open on his machine. Simultaneously Mr. Employee has
another session of interface.mdb open. Both users are linked to the
same tables.mdb.
Mr. Employee is looking at form My Pending Tasks, which has, say, 5
tasks showing. At the same time, Mr. Manager assigns a task to Mr.
Employee and he now has 6 tasks. Because of this there is a new task
in tables.mdb for Mr. Employee to work on. Unfortunately, he will not
see this new task until he does something to force a query update,
such as open the form again. I want to find a way to make the form
update its bound query as soon as the new row gets added by Mr.
Manager. How can I do this?
I expect that I must find a way to make Mr. Manager's session of
interface.mdb send a message to Mr. Employee's session of
interface.mdb suggesting that Mr. Employee's session refresh its
query.
Now to the questions. Is this the recommended approach? If yes, how
do I make this happen? If no, what approach should I use and how do I
do it?
Thanks in advance to all who respond.
- Paul Schrum